Spaces:
Runtime error
Runtime error
update
Browse files- app_case.py +3 -1
app_case.py
CHANGED
@@ -136,7 +136,9 @@ with gr.Blocks() as demo:
|
|
136 |
|
137 |
Better results should be expected when switching to the 13B version of PandaGPT.
|
138 |
|
139 |
-
For more details on how to run 13B PandaGPT, please refer to our [main project repository](https://github.com/yxuansu/PandaGPT).
|
|
|
|
|
140 |
|
141 |
with gr.Row(scale=4):
|
142 |
with gr.Column(scale=2):
|
|
|
136 |
|
137 |
Better results should be expected when switching to the 13B version of PandaGPT.
|
138 |
|
139 |
+
For more details on how to run 13B PandaGPT, please refer to our [main project repository](https://github.com/yxuansu/PandaGPT).
|
140 |
+
|
141 |
+
Many thanks to Huggingface for providing us with the GPU grant to support our demo 🤗!''')
|
142 |
|
143 |
with gr.Row(scale=4):
|
144 |
with gr.Column(scale=2):
|