Spaces:
Running
on
Zero
Running
on
Zero
Update gradio_ui.py
Browse files- gradio_ui.py +1 -1
gradio_ui.py
CHANGED
|
@@ -371,7 +371,7 @@ def create_interface():
|
|
| 371 |
def main():
|
| 372 |
# Launch the Gradio interface
|
| 373 |
interface = create_interface()
|
| 374 |
-
interface.launch()
|
| 375 |
|
| 376 |
if __name__ == "__main__":
|
| 377 |
main()
|
|
|
|
| 371 |
def main():
|
| 372 |
# Launch the Gradio interface
|
| 373 |
interface = create_interface()
|
| 374 |
+
interface.launch(ssr_mode=False)
|
| 375 |
|
| 376 |
if __name__ == "__main__":
|
| 377 |
main()
|