wenhu commited on
Commit
734b5e2
·
verified ·
1 Parent(s): d5d2872

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ from serve_constants import html_header, bibtext, learn_more_markdown, tos_markd
14
  cur_dir = os.path.dirname(os.path.abspath(__file__))
15
 
16
  MODEL_ID = "TIGER-Lab/PixelReasoner-RL-v1"
17
- example_image = f"{cur_dir}/example_images/1.jpg"
18
 
19
  print(example_image)
20
  example_text = "What kind of restaurant is it?"
 
14
  cur_dir = os.path.dirname(os.path.abspath(__file__))
15
 
16
  MODEL_ID = "TIGER-Lab/PixelReasoner-RL-v1"
17
+ example_image = "example_images/1.jpg"
18
 
19
  print(example_image)
20
  example_text = "What kind of restaurant is it?"