Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -119,4 +119,4 @@ demo = gr.Interface(pixera_CYCLEGAN, inputs = [gr.Image(show_label= False)],
|
|
119 |
examples = examples_,
|
120 |
title = title_,
|
121 |
description= description_)
|
122 |
-
demo.launch(
|
|
|
119 |
examples = examples_,
|
120 |
title = title_,
|
121 |
description= description_)
|
122 |
+
demo.launch()
|