Tijmen2 commited on
Commit
ef6cbea
·
verified ·
1 Parent(s): 11d7701

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -197,9 +197,4 @@ with gr.Blocks(css=custom_css) as demo:
197
  )
198
 
199
  if __name__ == "__main__":
200
- demo.launch(
201
- share=False,
202
- debug=True,
203
- server_name="0.0.0.0",
204
- server_port=7860,
205
- )
 
197
  )
198
 
199
  if __name__ == "__main__":
200
+ demo.launch()