Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ICLR2024
/
ICLR2024-papers
like
44
Running
on
CPU Upgrade
App
Files
Files
Community
2
15ee8f1
ICLR2024-papers
/
app.py
hysts
HF staff
Add files
15ee8f1
8 months ago
raw
Copy download link
history
blame
Safe
133 Bytes
#!/usr/bin/env python
import
gradio
as
gr
with
gr.Blocks()
as
demo:
pass
if
__name__ ==
"__main__"
:
demo.queue().launch()