jsaplication commited on
Commit
91754ad
·
1 Parent(s): edf9a63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -88,8 +88,8 @@ def reconstruir_imagem():
88
 
89
  if token == "api_key_abcd":
90
 
91
- temp_filename = 'temp.jpg'
92
- pasta = f'temp/temp.jpg'
93
  img_file.save(pasta)
94
 
95
  # output, save_path = inference(temp_filename, version, scale)
 
88
 
89
  if token == "api_key_abcd":
90
 
91
+ temp_filename = 'temp/temp.jpg'
92
+ pasta = temp_filename
93
  img_file.save(pasta)
94
 
95
  # output, save_path = inference(temp_filename, version, scale)