shukdevdatta123 commited on
Commit
3f153e7
·
verified ·
1 Parent(s): cae08cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 None, image_input, None
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