Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ def sample_word_and_display_info():
|
|
87 |
else:
|
88 |
print(f"No information found for '{word}'")
|
89 |
|
90 |
-
img = Image.New(
|
91 |
return img, "No information found for '{word}'"
|
92 |
|
93 |
|
|
|
87 |
else:
|
88 |
print(f"No information found for '{word}'")
|
89 |
|
90 |
+
img = Image.New('RGB', (64,64) )
|
91 |
return img, "No information found for '{word}'"
|
92 |
|
93 |
|