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

Update app.py

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