KasKniesmeijer commited on
Commit
533fd96
·
1 Parent(s): 686832e

code check

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -102,7 +102,7 @@ custom_citrus = Citrus(neutral_hue="slate")
102
  iface = gr.Interface(
103
  fn=answer_question,
104
  inputs=[
105
- gr.Image(type="numpy", value="faam_to_the_future.jpg"),
106
  gr.Textbox(lines=2, placeholder="Enter your question here..."),
107
  gr.Audio(
108
  type="filepath",
@@ -112,7 +112,7 @@ iface = gr.Interface(
112
  ],
113
  outputs="text",
114
  title="FAAM-demo | Vision Language Model | SmolVLM",
115
- description="Upload an image and ask questions about it",
116
  theme=custom_citrus,
117
  )
118
 
 
102
  iface = gr.Interface(
103
  fn=answer_question,
104
  inputs=[
105
+ gr.Image(type="numpy"),
106
  gr.Textbox(lines=2, placeholder="Enter your question here..."),
107
  gr.Audio(
108
  type="filepath",
 
112
  ],
113
  outputs="text",
114
  title="FAAM-demo | Vision Language Model | SmolVLM",
115
+ description="Upload an image and ask a question about it.",
116
  theme=custom_citrus,
117
  )
118