Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
User-2468
/
Gradio_Test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
User-2468
commited on
Nov 28, 2024
Commit
209b7f9
·
verified
·
1 Parent(s):
e695e7c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -9,4 +9,4 @@ demo = gr.Interface(
9
outputs=["text"],
10
)
11
12
-
demo.launch(
share=True
)
9
outputs=["text"],
10
)
11
12
+
demo.launch()