Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Salesforce
/
Efficient-Reasoning
like
4
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c51f254
Efficient-Reasoning
/
app.py
yuhuixu
Update app.py
aa6dc6d
verified
15 days ago
raw
Copy download link
history
blame
Safe
190 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
gr.Markdown(
"""
# Hello World!
Start typing below to see the output.
"""
)
if
__name__ ==
"__main__"
:
demo.launch()