cagataydag commited on
Commit
2ba1374
1 Parent(s): 1eb5bb6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -415,7 +415,8 @@ with blocks:
415
  def my_inference_function(image,text):
416
  img_dir = tempfile.mkdtemp()
417
 
418
- img_path = os.path.join(img_dir, f"out_112.jpeg")
 
419
  #decodedData = base64.b64decode((image))
420
 
421
  print("----- my_inference_function img_path -----")
 
415
  def my_inference_function(image,text):
416
  img_dir = tempfile.mkdtemp()
417
 
418
+ #img_path = os.path.join(img_dir, f"_112.jpeg")
419
+ img_path ="/tmp/111_112.jpeg"
420
  #decodedData = base64.b64decode((image))
421
 
422
  print("----- my_inference_function img_path -----")