Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ def sample_word_and_display_info():
|
|
91 |
return image_url ,definition
|
92 |
else:
|
93 |
print(f"No information found for '{word}'")
|
94 |
-
img = Image.
|
95 |
return img, "No information found for '{word}'"
|
96 |
|
97 |
with gr.Blocks() as demo:
|
|
|
91 |
return image_url ,definition
|
92 |
else:
|
93 |
print(f"No information found for '{word}'")
|
94 |
+
img = Image.new('RGB', (64,64) )
|
95 |
return img, "No information found for '{word}'"
|
96 |
|
97 |
with gr.Blocks() as demo:
|