Spaces:
Sleeping
Sleeping
Commit
·
6dc97da
1
Parent(s):
c74e7f2
Update app.py
Browse files
app.py
CHANGED
@@ -228,4 +228,4 @@ demo = gr.Interface(fn=gradio_fn,
|
|
228 |
outputs=gr.Image(height=224, width=224),
|
229 |
title="CLIP Image Search")
|
230 |
|
231 |
-
demo.launch(
|
|
|
228 |
outputs=gr.Image(height=224, width=224),
|
229 |
title="CLIP Image Search")
|
230 |
|
231 |
+
demo.launch()
|