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