Dricz commited on
Commit
65b47c9
·
verified ·
1 Parent(s): 4d608d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,4 +102,4 @@ outputs = [gr.Image( type="filepath", label="Output Image"),
102
 
103
 
104
  iface = gr.Interface(fn=response2, inputs=inputs, outputs=outputs)
105
- iface.launch(debug=True)
 
102
 
103
 
104
  iface = gr.Interface(fn=response2, inputs=inputs, outputs=outputs)
105
+ iface.launch()