Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ def analyze_tab():
|
|
90 |
button.click(image_analysis, inputs=[image, model], outputs=[medium, artist, movement, trending, flavor])
|
91 |
|
92 |
with gr.Blocks() as ui:
|
93 |
-
gr.Markdown("# <center
|
94 |
with gr.Tab("Prompt"):
|
95 |
prompt_tab()
|
96 |
with gr.Tab("Analyze"):
|
|
|
90 |
button.click(image_analysis, inputs=[image, model], outputs=[medium, artist, movement, trending, flavor])
|
91 |
|
92 |
with gr.Blocks() as ui:
|
93 |
+
gr.Markdown("# <center> CLIP Image2text </center>")
|
94 |
with gr.Tab("Prompt"):
|
95 |
prompt_tab()
|
96 |
with gr.Tab("Analyze"):
|