Spaces:
Sleeping
Sleeping
Disable SSR mode
Browse files
app.py
CHANGED
|
@@ -307,7 +307,7 @@ def main():
|
|
| 307 |
outputs=[image_output, text_output1, entity_output],
|
| 308 |
show_progress=True, queue=True)
|
| 309 |
|
| 310 |
-
demo.launch(share=False)
|
| 311 |
|
| 312 |
|
| 313 |
if __name__ == "__main__":
|
|
|
|
| 307 |
outputs=[image_output, text_output1, entity_output],
|
| 308 |
show_progress=True, queue=True)
|
| 309 |
|
| 310 |
+
demo.launch(share=False, ssr_mode=False)
|
| 311 |
|
| 312 |
|
| 313 |
if __name__ == "__main__":
|