Awiny commited on
Commit
5d6f4ba
β€’
1 Parent(s): 647ce12
Files changed (2) hide show
  1. app.py +1 -1
  2. fancy_logo.png +0 -0
app.py CHANGED
@@ -127,7 +127,7 @@ interface = gr.Interface(
127
  title=title_with_logo,
128
  examples=examples,
129
  description=extra_title +"""
130
- This code support image to text transformation. Then the generated text can do retrieval, question answering et al to conduct zero-shot.
131
  \n Github: https://github.com/showlab/Image2Paragraph
132
  \n Twitter: https://twitter.com/awinyimgprocess/status/1646225454599372800?s=46&t=HvOe9T2n35iFuCHP5aIHpQ
133
  \n Since GPU is expensive, we use CPU for demo and not include semantic segment anything. Run code local with gpu or google colab we provided for fast speed.
 
127
  title=title_with_logo,
128
  examples=examples,
129
  description=extra_title +"""
130
+ Image.txt. This code support image to text transformation. Then the generated text can do retrieval, question answering et al to conduct zero-shot.
131
  \n Github: https://github.com/showlab/Image2Paragraph
132
  \n Twitter: https://twitter.com/awinyimgprocess/status/1646225454599372800?s=46&t=HvOe9T2n35iFuCHP5aIHpQ
133
  \n Since GPU is expensive, we use CPU for demo and not include semantic segment anything. Run code local with gpu or google colab we provided for fast speed.
fancy_logo.png ADDED