Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,4 +30,4 @@ iface = gr.Interface(
|
|
| 30 |
description="Enter some text and the model will predict if it indicates stress or not."
|
| 31 |
)
|
| 32 |
|
| 33 |
-
iface.launch()
|
|
|
|
| 30 |
description="Enter some text and the model will predict if it indicates stress or not."
|
| 31 |
)
|
| 32 |
|
| 33 |
+
iface.launch(share=True)
|