Fnu Mahnoor commited on
Commit
69852b5
·
1 Parent(s): ae6c745
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ if __name__ == "__main__":
143
  demo.launch(
144
  server_name="0.0.0.0",
145
  server_port=7860,
146
- show_api=False, # UI only (schema still built internally)
147
  max_threads=1, # ✅ Gradio 4–safe replacement
148
  share=True,
149
  )
 
143
  demo.launch(
144
  server_name="0.0.0.0",
145
  server_port=7860,
146
+ # show_api=False, # UI only (schema still built internally)
147
  max_threads=1, # ✅ Gradio 4–safe replacement
148
  share=True,
149
  )