Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
hysts-debug/base-space
hysts-debug
/
empty-dataframe-2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
284a19a
empty-dataframe-2
/
app.py
hysts
HF Staff
Duplicate from hysts-debug/base-space
284a19a
almost 2 years ago
raw
Copy download link
history
blame
Safe
101 Bytes
#!/usr/bin/env python
import
gradio
as
gr
with
gr.Blocks()
as
demo:
pass
demo.queue().launch()