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