nikhilalgorithma commited on
Commit
67cdeff
·
verified ·
1 Parent(s): a7a575b

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -88,12 +88,10 @@ chat_input = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeh
88
  with gr.Blocks(fill_height=True, ) as demo:
89
  gr.ChatInterface(
90
  fn=bot_streaming,
91
- title="DifferentByt",
92
  examples=[{"text": "Describe the image in details?", "files": ["./robo.jpg"]},
93
- {"text": "What does the chart display?", "files": ["./dataviz.png"]},
94
- {"text": "What is 3?", "files": ["./setofmark1.jpg"]},
95
  {"text": "Count the number of apples.", "files": ["./setofmark6.png"]},
96
- {"text": "I want to find a seat close to windows, where can I sit?", "files": ["./office1.jpg"]},
97
  ],
98
  description="Upload an image and start chatting.This is not the official demo.",
99
  stop_btn="Stop Generation",
 
88
  with gr.Blocks(fill_height=True, ) as demo:
89
  gr.ChatInterface(
90
  fn=bot_streaming,
91
+ title="DifferentByte",
92
  examples=[{"text": "Describe the image in details?", "files": ["./robo.jpg"]},
 
 
93
  {"text": "Count the number of apples.", "files": ["./setofmark6.png"]},
94
+
95
  ],
96
  description="Upload an image and start chatting.This is not the official demo.",
97
  stop_btn="Stop Generation",