Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
chansung
/
gradio_together_tgi
like
16
Runtime error
App
Files
Files
Community
0d32d53
gradio_together_tgi
/
main.py
chansung
Create main.py
0d32d53
verified
9 months ago
raw
Copy download link
history
blame
Safe
100 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
gr.Markdown(
"hello world"
)
demo.queue().launch()