KingNish commited on
Commit
b9eb248
1 Parent(s): bdfcd16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -225,11 +225,6 @@ def respond(
225
  output += response.token.text
226
  yield output
227
 
228
- demo = gr.ChatInterface(fn=respond, title="OpenGPT 4o mini", textbox=gr.MultimodalTextbox(), multimodal=True,
229
- examples=[[{"Hy, who are you?",}],
230
- [{"What's the current price of Bitcoin",}],
231
- [{"Write me a Python function to calculate the first 10 digits of the fibonacci sequence.",}],
232
- [{"Create A Beautiful image of Effiel Tower at Night",}],
233
- [{"What's the colour of Car in given image",}]])
234
 
235
  demo.launch()
 
225
  output += response.token.text
226
  yield output
227
 
228
+ demo = gr.ChatInterface(fn=respond, title="OpenGPT 4o mini", textbox=gr.MultimodalTextbox(), multimodal=True)
 
 
 
 
 
229
 
230
  demo.launch()