fix: removed line of code that was breaking the script.
Browse files
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(
|