Spaces:
Runtime error
Runtime error
vitellinho
commited on
Commit
•
4d0a1a3
1
Parent(s):
ecb3b77
Update app.py
Browse files
app.py
CHANGED
@@ -138,4 +138,4 @@ with gr.Blocks() as iface:
|
|
138 |
|
139 |
if __name__ == "__main__":
|
140 |
load_model() # Load the model at startup
|
141 |
-
iface.launch()
|
|
|
138 |
|
139 |
if __name__ == "__main__":
|
140 |
load_model() # Load the model at startup
|
141 |
+
iface.launch(share=True)
|