Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
petergy
/
epfl-llm-meditron-70b
like
0
Running
App
Files
Files
Community
8039a48
epfl-llm-meditron-70b
/
app.py
petergy
initial commit
8039a48
about 1 year ago
raw
Copy download link
history
blame
Safe
69 Bytes
import
gradio
as
gr
gr.load(
"models/epfl-llm/meditron-70b"
).launch()