LuisG07 commited on
Commit
55bfacd
·
1 Parent(s): a708712

debugger on

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -206,4 +206,4 @@ iface = gr.Interface(
206
  ["NST/armadillo.jpg","NST/data/style_3.jpg","Fast_transfer",30,1e-2,1e4,30],
207
  ["NST/gato.jpg","NST/data/style_4.jpg","Fast_transfer",30,1e-2,1e4,30],
208
  ],
209
- outputs="image").launch(share=True)
 
206
  ["NST/armadillo.jpg","NST/data/style_3.jpg","Fast_transfer",30,1e-2,1e4,30],
207
  ["NST/gato.jpg","NST/data/style_4.jpg","Fast_transfer",30,1e-2,1e4,30],
208
  ],
209
+ outputs="image").launch(debug=True)