ysharma HF staff commited on
Commit
81bbb06
·
1 Parent(s): 5653071

updated examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -430,7 +430,7 @@ with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
430
  ["What is the weather in LA and SF?", 1.0, False, False, False, True, False, None],
431
  ["generate an image of a puppy", 1.0, True, False, False, False, False,None],
432
  ["generate a caption for the image cat2.jpg", 1.0, False, True, False, False, False, "cat2.jpg"],
433
- ["Who is the owner of Twitter? Are there any competitor of Twitter yet?", 1.0, True, True, True, True, False, None],
434
  ["Can you suggest me something to do, I am totally bored", 1.0, False, False, False, False, True, None]
435
  ],
436
  inputs = [inputs, temperature, stable_diff, image_cap, top_news, google_search, bored, file_output]
 
430
  ["What is the weather in LA and SF?", 1.0, False, False, False, True, False, None],
431
  ["generate an image of a puppy", 1.0, True, False, False, False, False,None],
432
  ["generate a caption for the image cat2.jpg", 1.0, False, True, False, False, False, "cat2.jpg"],
433
+ ["Who is the present CEO of Twitter? Are there any new competitors to Twitter?", 1.0, True, True, True, True, False, None],
434
  ["Can you suggest me something to do, I am totally bored", 1.0, False, False, False, False, True, None]
435
  ],
436
  inputs = [inputs, temperature, stable_diff, image_cap, top_news, google_search, bored, file_output]