Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 =
|
| 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?"
|