codic commited on
Commit
c1045fc
·
verified ·
1 Parent(s): 6e903e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,4 +135,4 @@ with gr.Blocks() as app:
135
  )
136
 
137
  # For API access
138
- app.launch(share=True)
 
135
  )
136
 
137
  # For API access
138
+ app.launch(debug=True, show_api=True,share=True)