Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ import os
|
|
| 10 |
from PIL import Image, ImageDraw, ImageFont
|
| 11 |
import numpy as np
|
| 12 |
import hashlib
|
| 13 |
-
|
| 14 |
|
| 15 |
#First output the thinking process in <think> </think> tags and then output the final answer in <answer> </answer> tags.
|
| 16 |
#Answer the following question based on the information above and the given image, and provide citations for your response.
|
|
|
|
| 10 |
from PIL import Image, ImageDraw, ImageFont
|
| 11 |
import numpy as np
|
| 12 |
import hashlib
|
| 13 |
+
import spaces
|
| 14 |
|
| 15 |
#First output the thinking process in <think> </think> tags and then output the final answer in <answer> </answer> tags.
|
| 16 |
#Answer the following question based on the information above and the given image, and provide citations for your response.
|