Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AIEnergyScore
/
launch-computation-example
like
0
Paused
App
Files
Files
Community
edad368
launch-computation-example
/
app.py
meg
HF staff
Adding dumming_interface.
edad368
verified
about 2 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()