MrAli813 commited on
Commit
fd67f34
1 Parent(s): 3545fc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -34,6 +34,7 @@ A2 = gr.load(
34
  "huggingface/Salesforce/blip-image-captioning-large",
35
  title="Upon Further Review...",
36
  description="Upload or Take a Photo Image, I'll Give You Description",
 
37
  theme= gr.themes.Glass(primary_hue="amber", neutral_hue="lime"))
38
 
39
  A3 = gr.load("huggingface/google/vit-base-patch16-224")
 
34
  "huggingface/Salesforce/blip-image-captioning-large",
35
  title="Upon Further Review...",
36
  description="Upload or Take a Photo Image, I'll Give You Description",
37
+ outputs=[gr.Textbox(label="I see...")],
38
  theme= gr.themes.Glass(primary_hue="amber", neutral_hue="lime"))
39
 
40
  A3 = gr.load("huggingface/google/vit-base-patch16-224")