MrAli813 commited on
Commit
e8c095a
·
1 Parent(s): 5c147d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -34,8 +34,8 @@ A1 = gr.ChatInterface(predict,
34
 
35
  A2 = gr.load(
36
  "huggingface/Salesforce/blip-image-captioning-large",
37
- title="20/20 Vision",
38
- description="Upload or Take a Photo Image, I'll Give You Its Description",
39
  outputs=[gr.Textbox(label="I see...")],
40
  theme= gr.themes.Glass(primary_hue="amber", neutral_hue="lime"))
41
 
@@ -49,5 +49,5 @@ A3 = gr.load(
49
  examples=["A monster wandering the streets of downtown Atlanta","A robot in a Brazilian favela"])
50
 
51
 
52
- pcp = gr.TabbedInterface([A1, A2, A3], ["Chat", "Describe", "Create"], theme= gr.themes.Glass(primary_hue="amber", neutral_hue="lime"))
53
  pcp.queue().launch()
 
34
 
35
  A2 = gr.load(
36
  "huggingface/Salesforce/blip-image-captioning-large",
37
+ title="20/20 AI",
38
+ description="Take and Upload a Photo or Existing Image, I'll Give You Its Description",
39
  outputs=[gr.Textbox(label="I see...")],
40
  theme= gr.themes.Glass(primary_hue="amber", neutral_hue="lime"))
41
 
 
49
  examples=["A monster wandering the streets of downtown Atlanta","A robot in a Brazilian favela"])
50
 
51
 
52
+ pcp = gr.TabbedInterface([A1, A2, A3], ["Chat", "Vision", "Create"], theme= gr.themes.Glass(primary_hue="amber", neutral_hue="lime"))
53
  pcp.queue().launch()