ManishThota commited on
Commit
c9a7831
1 Parent(s): ea0653d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -55,8 +55,8 @@ iface = gr.Interface(
55
  gr.Slider(2, 500, value=100, label="Token Count", info="Choose between 2 and 500")],
56
  outputs=gr.TextArea(label="Answer"),
57
  # examples=examples,
58
- title="Sparrow - Tiny 3B | Visual Question Answering",
59
- 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.",
60
  )
61
 
62
  # Launch the app
 
55
  gr.Slider(2, 500, value=100, label="Token Count", info="Choose between 2 and 500")],
56
  outputs=gr.TextArea(label="Answer"),
57
  # examples=examples,
58
+ title="Super Rapid Annotator - Multimodal vision tool to annotate videos with LLaVA framework",
59
+ # 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.",
60
  )
61
 
62
  # Launch the app