stzhao commited on
Commit
0180afb
·
verified ·
1 Parent(s): 3e6c3e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -316,10 +316,8 @@ def create_demo():
316
 
317
  gr.Markdown("""
318
  ### Tips
319
- 1. For best results, ask specific questions
320
- 2. The system can execute Python code - ask for code implementations
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