Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ gallery = gr.Gallery(
|
|
53 |
demo = gr.Interface(fn=greet,
|
54 |
inputs=gr.Dropdown(choices=examples, label="Search Image by text prompt"),
|
55 |
outputs=gallery,
|
56 |
-
title="
|
57 |
|
58 |
|
59 |
demo.launch()
|
|
|
53 |
demo = gr.Interface(fn=greet,
|
54 |
inputs=gr.Dropdown(choices=examples, label="Search Image by text prompt"),
|
55 |
outputs=gallery,
|
56 |
+
title="OpenAI CLIP-Contrastive Language-Image Pre-training")
|
57 |
|
58 |
|
59 |
demo.launch()
|