Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
helloway
/
test
like
0
Sleeping
App
Files
Files
Community
helloway
commited on
Jan 16, 2023
Commit
e9aae7b
•
1 Parent(s):
71bf8b0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -42,4 +42,4 @@ demo = gr.Interface(
42
inputs=["text", "text"],
43
outputs=gr.outputs.Image(type='numpy'),
44
)
45
-
demo.launch(
share=True
)
42
inputs=["text", "text"],
43
outputs=gr.outputs.Image(type='numpy'),
44
)
45
+
demo.launch()