Update app.py
Browse files
app.py
CHANGED
|
@@ -101,7 +101,7 @@ def process_image(image, prompt):
|
|
| 101 |
|
| 102 |
print("Raw response:", response.text[:200], "...")
|
| 103 |
|
| 104 |
-
return
|
| 105 |
|
| 106 |
except Exception as e:
|
| 107 |
print("Error:", e)
|
|
|
|
| 101 |
|
| 102 |
print("Raw response:", response.text[:200], "...")
|
| 103 |
|
| 104 |
+
return response.text
|
| 105 |
|
| 106 |
except Exception as e:
|
| 107 |
print("Error:", e)
|