Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
rrg92/image-embeddings
AkinyemiAra
/
image-embeddings
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AkinyemiAra
commited on
May 20
Commit
b5fd971
·
verified
·
1 Parent(s):
cfb3fab
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -28,4 +28,4 @@ with gr.Blocks() as demo:
28
29
30
if __name__ == "__main__":
31
-
demo.launch(show_api=True, mcp_server=True)
28
29
30
if __name__ == "__main__":
31
+
demo.launch(show_api=True, mcp_server=True
, show_error=True
)