Awiny commited on
Commit
e44c758
β€’
1 Parent(s): 26d2270

full cpu support

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ interface = gr.Interface(
115
  ],
116
  outputs=gr.outputs.HTML(),
117
  title=title_with_logo,
118
- examples=examples,
119
  description="""
120
  This code support image to text transformation. Then the generated text can do retrieval, question answering et al to conduct zero-shot.
121
  \n Since GPU is expensive, we use CPU for demo. Run code local with gpu or google colab we provided for fast speed.
 
115
  ],
116
  outputs=gr.outputs.HTML(),
117
  title=title_with_logo,
118
+ # examples=examples,
119
  description="""
120
  This code support image to text transformation. Then the generated text can do retrieval, question answering et al to conduct zero-shot.
121
  \n Since GPU is expensive, we use CPU for demo. Run code local with gpu or google colab we provided for fast speed.