Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -144,6 +144,7 @@ def function(Textbox,Textbox2,Textbox3):
|
|
144 |
status_code=response.status_code))
|
145 |
with open('image.png', 'wb') as f:
|
146 |
f.write(response.content)
|
|
|
147 |
return f
|
148 |
except requests.exceptions.RequestException:
|
149 |
print('HTTP Request failed')
|
|
|
144 |
status_code=response.status_code))
|
145 |
with open('image.png', 'wb') as f:
|
146 |
f.write(response.content)
|
147 |
+
print(f)
|
148 |
return f
|
149 |
except requests.exceptions.RequestException:
|
150 |
print('HTTP Request failed')
|