Spaces:
Runtime error
Runtime error
full cpu support
Browse files
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.
|