Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
akhaliq
/
anychat
like
794
Running
on
CPU Upgrade
App
Files
Files
Community
31
5ea344f
anychat
/
app_marco_o1.py
akhaliq
HF staff
zero-gpu
3f9cf44
21 days ago
raw
Copy download link
history
blame
Safe
213 Bytes
import
gradio
as
gr
import
spaces
import
transformers_gradio
demo = gr.load(name=
"AIDC-AI/Marco-o1"
, src=transformers_gradio.registry)
demo.fn = spaces.GPU()(demo.fn)
if
__name__ ==
"__main__"
:
demo.launch()