Depression_Test / app.py
rishabh5752's picture
Update app.py
9cc34de
raw
history blame
211 Bytes
import gradio as gr
# Define the Gradio interface using the model you mentioned
iface = gr.Interface.load("rabiaqayyum/autotrain-mental-health-analysis-752423172")
# Launch the Gradio interface
iface.launch()