Update app.py
Browse files
app.py
CHANGED
@@ -316,10 +316,8 @@ def create_demo():
|
|
316 |
|
317 |
gr.Markdown("""
|
318 |
### Tips
|
319 |
-
1.
|
320 |
-
2.
|
321 |
-
3. Try uploading different types of images (photos, charts, diagrams)
|
322 |
-
4. You can ask follow-up questions about previous responses
|
323 |
""")
|
324 |
|
325 |
return demo
|
|
|
316 |
|
317 |
gr.Markdown("""
|
318 |
### Tips
|
319 |
+
1. Click the 'log' botton top left to check the output log.
|
320 |
+
2. It may take 2~5 min.
|
|
|
|
|
321 |
""")
|
322 |
|
323 |
return demo
|