Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AIEnergyScore
/
launch-computation-example
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
12a26a1
launch-computation-example
/
app.py
meg
HF staff
Adding dumming_interface.
edad368
verified
4 months ago
raw
Copy download link
history
blame
138 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
dummy_interface:
gr.Markdown(
"Backend Space; nothing to see here."
)
dummy_interface.launch()