debugger on
Browse files
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(
|
|
|
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)
|