zhiminy commited on
Commit
adfb223
·
1 Parent(s): dc8f79a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -1172,9 +1172,4 @@ with gr.Blocks() as app:
1172
  """
1173
  )
1174
 
1175
- app.launch(
1176
- server_name="0.0.0.0",
1177
- server_port=7860,
1178
- show_error=True,
1179
- debug=True
1180
- )
 
1172
  """
1173
  )
1174
 
1175
+ app.launch()