Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -294,4 +294,4 @@ with gr.Blocks(title="ZeroEngine-Backend", theme=gr.themes.Monochrome()) as demo
|
|
| 294 |
stats_btn.click(get_cache_stats, None, [stats_output])
|
| 295 |
|
| 296 |
if __name__ == "__main__":
|
| 297 |
-
demo.launch(server_name="0.0.0.0", server_port=7860)
|
|
|
|
| 294 |
stats_btn.click(get_cache_stats, None, [stats_output])
|
| 295 |
|
| 296 |
if __name__ == "__main__":
|
| 297 |
+
demo.launch(server_name="0.0.0.0", server_port=7860, ssr_mode=False, share = True)
|