Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -84,5 +84,7 @@ with gr.Blocks(title="ESP Brain") as demo:
|
|
| 84 |
if __name__ == "__main__":
|
| 85 |
demo.queue()
|
| 86 |
demo.launch(
|
|
|
|
|
|
|
| 87 |
debug=True
|
| 88 |
)
|
|
|
|
| 84 |
if __name__ == "__main__":
|
| 85 |
demo.queue()
|
| 86 |
demo.launch(
|
| 87 |
+
share=True,
|
| 88 |
+
ssr_mode=False,
|
| 89 |
debug=True
|
| 90 |
)
|