Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yoon2566
/
requests1
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
yoon2566
commited on
Feb 1, 2025
Commit
2e57c09
Β·
verified
Β·
1 Parent(s):
f0423b6
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+6
-0
app.py
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
import gradio as gr
2
+
with gr.Blocks() as demo:
3
+
gr.Markdown("μλ νμΈμ κ°μ¬ν΄μ")
4
+
gr.Markdown("μμμ΄μ λ€μ λ§λμ")
5
+
6
+
demo.launch()