Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -153,10 +153,12 @@ def reset_state():
|
|
153 |
|
154 |
|
155 |
with gr.Blocks(scale=4) as demo:
|
156 |
-
gr.HTML("""<h1 align="center">PandaGPT</h1>
|
157 |
-
|
158 |
-
|
159 |
-
|
|
|
|
|
160 |
|
161 |
with gr.Row(scale=4):
|
162 |
with gr.Column(scale=1):
|
|
|
153 |
|
154 |
|
155 |
with gr.Blocks(scale=4) as demo:
|
156 |
+
gr.HTML("""<h1 align="center">PandaGPT</h1>""")
|
157 |
+
gr.MarkDown('''We note that the current online demo uses the 7B version of PandaGPT due to the limitation of computation resource.
|
158 |
+
|
159 |
+
Better results should be expected when switching to the 13B version of PandaGPT.
|
160 |
+
|
161 |
+
For more details on how to run 13B PandaGPT, please refer to our [main project repository](https://github.com/yxuansu/PandaGPT).''')
|
162 |
|
163 |
with gr.Row(scale=4):
|
164 |
with gr.Column(scale=1):
|