Jiaming Han commited on
Commit
62dccb6
·
1 Parent(s): 86b170a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def understand_image(image, prompt):
52
  return generate_text(inference, image, prompt)
53
 
54
  def clear_inputs_i2t():
55
- return None, ""
56
 
57
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
58
  gr.Markdown(
 
52
  return generate_text(inference, image, prompt)
53
 
54
  def clear_inputs_i2t():
55
+ return None, "", ""
56
 
57
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
58
  gr.Markdown(