Commit ·
7065600
1
Parent(s): 6efa4c5
Remove share=True for Hugging Face Spaces compatibility
Browse files
app.py
CHANGED
|
@@ -534,7 +534,6 @@ if __name__ == "__main__":
|
|
| 534 |
server_port=7860,
|
| 535 |
share=True,
|
| 536 |
favicon_path=None,
|
| 537 |
-
pwa=True,
|
| 538 |
ssl_verify=False,
|
| 539 |
show_api=False
|
| 540 |
)
|
|
|
|
| 534 |
server_port=7860,
|
| 535 |
share=True,
|
| 536 |
favicon_path=None,
|
|
|
|
| 537 |
ssl_verify=False,
|
| 538 |
show_api=False
|
| 539 |
)
|