Junfeng5 commited on
Commit
7c24d6b
·
verified ·
1 Parent(s): 9ecb1d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -285,7 +285,7 @@ with gr.Blocks(fill_height=True) as demo:
285
  with gr.Tab("Image To Text"):
286
  bbb = gr.ChatInterface(
287
  fn=bot_streaming_I2T,
288
- examples=[{"text": "How to make this pastry?", "files": ["./baklava.png"]}],
289
  description="Upload an image and start chatting about it, or simply try one of the examples below. If you don't upload an image, you will receive an error.",
290
  stop_btn="Stop Generation",
291
  multimodal=True,
 
285
  with gr.Tab("Image To Text"):
286
  bbb = gr.ChatInterface(
287
  fn=bot_streaming_I2T,
288
+ # examples=[{"text": "How to make this pastry?", "files": ["./baklava.png"]}],
289
  description="Upload an image and start chatting about it, or simply try one of the examples below. If you don't upload an image, you will receive an error.",
290
  stop_btn="Stop Generation",
291
  multimodal=True,