sam2ai commited on
Commit
9818540
1 Parent(s): 1c1883d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -73,14 +73,14 @@ with gr.Blocks() as demo:
73
  clear = gr.Button("Clear")
74
 
75
  gr.Examples(examples=[
76
- ["Explain why this meme is funny."],
77
- ['Can you write me a master rap song that rhymes very well based on this image?'],
78
- ['What happened at the end of this movie?'],
79
- ['What is funny about this image? Describe it panel by panel.'],
80
- ['We design new mugs shown in the image. Can you help us write an advertisement?'],
81
- ['Why this happens and how to fix it?'],
82
- ["What do you think about the person's behaviour?"],
83
- ['Do you know who drew this painting?​'],
84
  ], inputs=[msg])
85
 
86
  def user(user_message, history):
 
73
  clear = gr.Button("Clear")
74
 
75
  gr.Examples(examples=[
76
+ ["Who are you?"],
77
+ ['ଭାରତର ପ୍ରମୁଖ ସହରଗୁଡ଼ିକ କ’ଣ?'],
78
+ ['What is 2+2 ?'],
79
+ ['what are the major cities of India.'],
80
+ ['Solve for x: 5x + 3 = 28'],
81
+ # ['Why this happens and how to fix it?'],
82
+ # ["What do you think about the person's behaviour?"],
83
+ # ['Do you know who drew this painting?​'],
84
  ], inputs=[msg])
85
 
86
  def user(user_message, history):