Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
EvgenyK
/
Text-To-Image
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
EvgenyK
commited on
Dec 7, 2022
Commit
dc6b3e2
·
1 Parent(s):
65be087
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -67,4 +67,4 @@ with gr.Blocks() as demo:
67
68
btn.click(find_best_matches, inputs = text, outputs = gallery)
69
70
-
demo.launch(
share=True
)
67
68
btn.click(find_best_matches, inputs = text, outputs = gallery)
69
70
+
demo.launch()