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
ccb86e6
launch-computation-example
/
app.py
sasha
HF staff
Update app.py
411692e
verified
3 months ago
raw
Copy download link
history
blame
161 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
dummy_interface:
gr.Markdown(
"Backend Space; nothing to see here."
)
dummy_interface.launch(allowed_paths=[
"/runs"
])