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

debug mode

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -1172,4 +1172,9 @@ with gr.Blocks() as app:
1172
  """
1173
  )
1174
 
1175
- app.launch()
 
 
 
 
 
 
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
+ )