KingNish commited on
Commit
47cfe11
·
verified ·
1 Parent(s): 4a8ac8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -229,7 +229,7 @@ demo = gr.ChatInterface(fn=respond, title="OpenGPT 4o mini", textbox=gr.Multimod
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()
 
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()