Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
akhaliq
/
anychat
like
846
Running
on
CPU Upgrade
App
Files
Files
Community
32
main
anychat
/
app_meta.py
hysts
HF staff
Clean up
02ae823
1 day ago
raw
Copy download link
history
blame
contribute
delete
Safe
126 Bytes
import
gradio
as
gr
demo = gr.load(
"models/meta-llama/Llama-3.3-70B-Instruct"
)
if
__name__ ==
"__main__"
:
demo.launch()