Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -154,7 +154,7 @@ def reset_state():
|
|
154 |
|
155 |
with gr.Blocks(scale=4) as demo:
|
156 |
gr.HTML("""<h1 align="center">PandaGPT</h1>""")
|
157 |
-
gr.
|
158 |
|
159 |
Better results should be expected when switching to the 13B version of PandaGPT.
|
160 |
|
|
|
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 |
|