GMFTBY commited on
Commit
bde1dff
1 Parent(s): 5b45ee5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -4
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
- We note that the current online demo uses the 7B version of PandaGPT due to the limitation of computation resource. Better results should be expected when switching to the 13B version of PandaGPT. For more details on how to run 13B PandaGPT, please refer to our [main project repository](https://github.com/yxuansu/PandaGPT).
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):