weihongliang commited on
Commit
555d804
·
verified ·
1 Parent(s): 7d2daf0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.