AdrianHR commited on
Commit
ed68fb6
·
1 Parent(s): 520648b

fix: removed line of code that was breaking the script.

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -36,7 +36,6 @@ def wine(type_white,fixed_acidity,volatile_acidity,citric_acid,residual_sugar,ch
36
  print(res)
37
 
38
  img = get_image_with_text(f'{res}')
39
- img = Image.open(requests.get(flower_url, stream=True).raw)
40
  return img
41
 
42
  demo = gr.Interface(
 
36
  print(res)
37
 
38
  img = get_image_with_text(f'{res}')
 
39
  return img
40
 
41
  demo = gr.Interface(