Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
akhaliq/anychat
h4sch
/
multichatbot
like
0
Runtime error
App
Files
Files
Community
ef077e2
multichatbot
/
app_meta.py
hysts
HF staff
Clean up
02ae823
11 days ago
raw
Copy download link
history
blame
Safe
126 Bytes
import
gradio
as
gr
demo = gr.load(
"models/meta-llama/Llama-3.3-70B-Instruct"
)
if
__name__ ==
"__main__"
:
demo.launch()