Alican commited on
Commit
6620248
1 Parent(s): b398cd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(debug= True, share=True)
 
119
  examples = examples_,
120
  title = title_,
121
  description= description_)
122
+ demo.launch()