SerdarHelli commited on
Commit
728f8d7
·
1 Parent(s): dcc2206

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,4 +123,4 @@ interface=gr.Interface(fn=predict, title="Brain MR Image Generation with StyleGA
123
 
124
 
125
 
126
- interface.launch(share=True,show_error=True)
 
123
 
124
 
125
 
126
+ interface.launch(debug=True,show_error=True)