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