Jiaming Han commited on
Commit
a2552b3
·
1 Parent(s): 5bb0eb0
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def understand_image(image, prompt):
49
  return generate_text(inference, image, prompt)
50
 
51
  def clear_inputs_i2t():
52
- return None, ""
53
 
54
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
55
  gr.Markdown(
 
49
  return generate_text(inference, image, prompt)
50
 
51
  def clear_inputs_i2t():
52
+ return None, "", ""
53
 
54
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
55
  gr.Markdown(