Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
aroraaman
/
image-retrieval-using-apple-4M-21
like
0
Runtime error
App
Files
Files
Community
aroraaman
commited on
Jul 1
Commit
085dba7
•
1 Parent(s):
b80edfd
Update `app.py`
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -196,4 +196,4 @@ with gr.Blocks() as demo:
196
)
197
198
if __name__ == "__main__":
199
-
demo.launch(
share=True
)
196
)
197
198
if __name__ == "__main__":
199
+
demo.launch()