Spaces:
Build error
Build error
actually... the gradio live link would allow me to show o4-mini-high the results, where I could not before
Browse files
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 |
)
|