ManishThota commited on
Commit
7da61a9
1 Parent(s): 9916357

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ iface = gr.Interface(
52
  gr.Textbox(label="Question", placeholder="e.g. Can you explain the slide?", scale=4),
53
  gr.Slider(2, 500, value=25, label="Token Count", info="Choose between 2 and 500")],
54
  outputs=gr.TextArea(label="Answer"),
55
- examples=examples
56
  title="Sparrow - Tiny 3B | Visual Question Answering",
57
  description="An interactive chat model that can answer questions about images in an Academic context. \n We can input images, and the system will analyze them to provide information about their contents. I've utilized this capability by feeding slides from PowerPoint presentations used in classes and the lecture content passed as text. Consequently, the model now mimics the behavior and responses of my professors. So, if I present any PowerPoint slide, it explains it just like my professor would, further it can be personalized.",
58
  )
 
52
  gr.Textbox(label="Question", placeholder="e.g. Can you explain the slide?", scale=4),
53
  gr.Slider(2, 500, value=25, label="Token Count", info="Choose between 2 and 500")],
54
  outputs=gr.TextArea(label="Answer"),
55
+ examples=examples,
56
  title="Sparrow - Tiny 3B | Visual Question Answering",
57
  description="An interactive chat model that can answer questions about images in an Academic context. \n We can input images, and the system will analyze them to provide information about their contents. I've utilized this capability by feeding slides from PowerPoint presentations used in classes and the lecture content passed as text. Consequently, the model now mimics the behavior and responses of my professors. So, if I present any PowerPoint slide, it explains it just like my professor would, further it can be personalized.",
58
  )