haotongl commited on
Commit
0cc3d2e
·
1 Parent(s): 3499517

inital version

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -183,7 +183,7 @@ def main(share: bool):
183
  inputs=[input_file, resolution],
184
  outputs=outputs)
185
 
186
- demo.launch(share=share, debug=True)
187
  # def main(share: bool):
188
  # gr.Interface(
189
  # fn=run,
 
183
  inputs=[input_file, resolution],
184
  outputs=outputs)
185
 
186
+ demo.launch(share=share)
187
  # def main(share: bool):
188
  # gr.Interface(
189
  # fn=run,