Fnu Mahnoor commited on
Commit
8f4bcd9
·
1 Parent(s): e26fd60
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -145,4 +145,5 @@ if __name__ == "__main__":
145
  server_port=7860,
146
  show_api=False, # UI only (schema still built internally)
147
  max_threads=1, # ✅ Gradio 4–safe replacement
 
148
  )
 
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
  )