Omnibus commited on
Commit
1593078
·
verified ·
1 Parent(s): 651e3ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -421,10 +421,10 @@ def run(purpose,history):
421
 
422
 
423
  examples =[
 
424
  "what are todays breaking news stories?",
425
- "find the most popular model that I can use to generate an image by providing a text prompt",
426
- "return the top 10 models that I can use to identify objects in images",
427
- "which models have the most likes from each category?"
428
  ]
429
 
430
 
@@ -434,6 +434,7 @@ gr.ChatInterface(
434
  title="Mixtral 46.7B Powered <br> Search",
435
  examples=examples,
436
  concurrency_limit=20,
 
437
  ).launch()
438
  '''
439
  with gr.Blocks() as app:
 
421
 
422
 
423
  examples =[
424
+ "What is the current weather in Florida?",
425
  "what are todays breaking news stories?",
426
+ "Find the best deals on flippers for scuba diving",
427
+ "Teach me to fly a helicopter"
 
428
  ]
429
 
430
 
 
434
  title="Mixtral 46.7B Powered <br> Search",
435
  examples=examples,
436
  concurrency_limit=20,
437
+ css="height:600px;"
438
  ).launch()
439
  '''
440
  with gr.Blocks() as app: