Spaces:
Sleeping
Sleeping
Fnu Mahnoor
commited on
Commit
·
8f4bcd9
1
Parent(s):
e26fd60
Fix app
Browse files
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 |
)
|