Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
akhaliq
/
anychat
like
982
Running
on
CPU Upgrade
App
Files
Files
Community
35
4879fba
anychat
/
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()