Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
gradio-5-test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
abidlabs
HF Staff
commited on
Oct 8, 2024
Commit
877dd0d
·
verified
·
1 Parent(s):
1950f75
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -5,6 +5,6 @@ def test():
5
6
with gr.Blocks() as demo:
7
t = gr.Textbox()
8
-
demo.
launch
(test, None, t)
9
10
demo.launch()
5
6
with gr.Blocks() as demo:
7
t = gr.Textbox()
8
+
demo.
load
(test, None, t)
9
10
demo.launch()