try2 / app.py
SyedZaid-Bin-Haris's picture
Update app.py
711acc4
raw
history blame
No virus
99 Bytes
import gradio as gr
demo = gr.load("lucas-w/mental-health-chatbot-3", src="models")
demo.launch()