Spaces:
Runtime error
Runtime error
Commit ·
9cc34de
1
Parent(s): 6211c21
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
# Define the Gradio interface using the model you mentioned
|
| 4 |
-
iface = gr.Interface("rabiaqayyum/autotrain-mental-health-analysis-752423172")
|
| 5 |
|
| 6 |
# Launch the Gradio interface
|
| 7 |
iface.launch()
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
# Define the Gradio interface using the model you mentioned
|
| 4 |
+
iface = gr.Interface.load("rabiaqayyum/autotrain-mental-health-analysis-752423172")
|
| 5 |
|
| 6 |
# Launch the Gradio interface
|
| 7 |
iface.launch()
|