henryu commited on
Commit
a27e2d6
1 Parent(s): 1d287b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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>🤗 CLIP Image2text 漢</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"):