Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Boni98
/
CLIP-Guess-the-Image
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Boni98
commited on
May 7, 2023
Commit
d3ddd9b
·
1 Parent(s):
5ee0448
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -88,4 +88,4 @@ with gr.Blocks() as demo:
88
89
if __name__ == "__main__":
90
demo.title = "CLIP Guess the Image"
91
-
demo.launch(
share=True
)
88
89
if __name__ == "__main__":
90
demo.title = "CLIP Guess the Image"
91
+
demo.launch()