Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
piyushgrover
/
CLIPPhotoSearchEngine
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
piyushgrover
commited on
Oct 12, 2023
Commit
40b30f5
·
1 Parent(s):
e9a987b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -221,7 +221,7 @@ with gr.Blocks() as app:
221
'''
222
Launch the app
223
'''
224
-
app.launch(
share=True
)
225
226
227
221
'''
222
Launch the app
223
'''
224
+
app.launch()
225
226
227