Update app.py
Browse files
app.py
CHANGED
@@ -284,7 +284,7 @@ def create_interface():
|
|
284 |
if input_mode == "Text":
|
285 |
return input_text, None, None
|
286 |
elif input_mode == "Image":
|
287 |
-
return
|
288 |
else: # Voice
|
289 |
return None, None, audio_input
|
290 |
|
|
|
284 |
if input_mode == "Text":
|
285 |
return input_text, None, None
|
286 |
elif input_mode == "Image":
|
287 |
+
return input_text, image_input, None
|
288 |
else: # Voice
|
289 |
return None, None, audio_input
|
290 |
|