ManishThota commited on
Commit
87053df
1 Parent(s): 7e9aa5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ iface = gr.Interface(
42
  gr.Slider(2, 100, value=25, label="Count", info="Choose between 2 and 100")],
43
  outputs=gr.TextArea(label="Answer"),
44
  title="Sparrow - Tiny 3B | Visual Question Answering",
45
- 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.
46
  ",
47
  )
48
 
 
42
  gr.Slider(2, 100, value=25, label="Count", info="Choose between 2 and 100")],
43
  outputs=gr.TextArea(label="Answer"),
44
  title="Sparrow - Tiny 3B | Visual Question Answering",
45
+ description="An interactive chat model that can answer questions about images in an Academic context. 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.
46
  ",
47
  )
48