rishabh5752 commited on
Commit
9cc34de
1 Parent(s): 6211c21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()