Haozhe commited on
Commit
b5465a3
·
1 Parent(s): 9d62401
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -8,6 +8,7 @@ import re
8
  from PIL import Image
9
  import json
10
  import spaces
 
11
  from serve_constants import html_header, bibtext, learn_more_markdown, tos_markdown
12
 
13
  MODEL_ID = "TIGER-Lab/PixelReasoner-RL-v1"
 
8
  from PIL import Image
9
  import json
10
  import spaces
11
+ import os
12
  from serve_constants import html_header, bibtext, learn_more_markdown, tos_markdown
13
 
14
  MODEL_ID = "TIGER-Lab/PixelReasoner-RL-v1"