Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Manasa1
/
med_expert
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0e30855
med_expert
/
app.py
Manasa1
Update app.py
6d32efe
verified
10 months ago
raw
Copy download link
history
blame
Safe
143 Bytes
import
gradio
as
gr
# Gradio interface
with
gr.Blocks()
as
app:
gr.HTML(embed_did_agent())
# Launch the Gradio interface
app.launch()