Spaces:
Build error
Build error
Update app.py
Browse filesshare=True not supported, so modified
app.py
CHANGED
|
@@ -39,4 +39,4 @@ interface = gr.Interface(
|
|
| 39 |
description="Predict the likelihood of depression based on text input.",
|
| 40 |
)
|
| 41 |
|
| 42 |
-
interface.launch(
|
|
|
|
| 39 |
description="Predict the likelihood of depression based on text input.",
|
| 40 |
)
|
| 41 |
|
| 42 |
+
interface.launch()
|