Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zdou0830
/
desco
like
10
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
zdou0830
commited on
Dec 3, 2023
Commit
f61e19e
·
1 Parent(s):
f239c5c
desco
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
-
import gradio as gr
2
def update(name):
3
return f"Welcome to Gradio, {name}!"
4
1
+
'''
import gradio as gr
2
def update(name):
3
return f"Welcome to Gradio, {name}!"
4