Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ai-tomoni
/
project-green
like
0
Runtime error
App
Files
Files
xet
Fetching metadata from the HF Docker repository...
main
project-green
/
app.py
ai-tomoni
Update app.py
20b181e
verified
4 months ago
raw
Copy download link
history
blame
Safe
180 Bytes
import
gradio
as
gr
print
(
"Gradio version:"
, gr.__version__)
demo = gr.Blocks()
with
demo:
gr.Markdown(
"# Hello HF Spaces with Gradio 5.35.0!"
)
# Do NOT call demo.launch()