gpaasch commited on
Commit
dea6b1e
·
1 Parent(s): 8a3861b

actually... the gradio live link would allow me to show o4-mini-high the results, where I could not before

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,5 +5,6 @@ if __name__ == "__main__":
5
  demo.launch(
6
  server_name="0.0.0.0",
7
  server_port=7860,
 
8
  show_api=True # Shows the API documentation
9
  )
 
5
  demo.launch(
6
  server_name="0.0.0.0",
7
  server_port=7860,
8
+ share=True, # Enable sharing via Gradio's temporary URLs
9
  show_api=True # Shows the API documentation
10
  )