prithivMLmods commited on
Commit
a18fa73
·
verified ·
1 Parent(s): a5607ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -496,20 +496,20 @@ demo = gr.ChatInterface(
496
  examples=[
497
 
498
  ["@josh-tts Hey! I’m Josh, <gasp> and wow, did I just surprise you with my realistic voice?"],
 
499
  ["@emma-tts Hey, I’m Emma, <sigh> and yes, I can talk just like a person… even when I’m tired."],
 
500
  ["@tara-tts Hey there, my name is Tara, <laugh> and I’m a speech generation model that can sound just like you!"],
501
  ["@dan-tts Yo, I’m Dan, <groan> and yes, I can even sound annoyed if I have to."],
502
  [{"text": "summarize the letter", "files": ["examples/1.png"]}],
503
  ["Write python program for array rotation"],
504
- ["@dan-llm Explain the General Relativity theorem in short"],
505
  ["@tara-llm Who is Nikola Tesla, and why did he die?"],
506
  ["@emma-llm Explain the causes of rainbows"],
507
- ["@josh-llm What causes rainbows to form?"],
508
  ["@image Chocolate dripping from a donut"],
509
  [{"text": "@video-infer Describe the Ad", "files": ["examples/coca.mp4"]}],
510
  [{"text": "@video-infer Summarize the event in video", "files": ["examples/sky.mp4"]}],
511
  [{"text": "@video-infer Describe the video", "files": ["examples/Missing.mp4"]}],
512
- [{"text": "Extract JSON from the image", "files": ["examples/document.jpg"]}],
513
 
514
  ],
515
  cache_examples=False,
 
496
  examples=[
497
 
498
  ["@josh-tts Hey! I’m Josh, <gasp> and wow, did I just surprise you with my realistic voice?"],
499
+ ["@dan-llm Explain the General Relativity theorem in short"],
500
  ["@emma-tts Hey, I’m Emma, <sigh> and yes, I can talk just like a person… even when I’m tired."],
501
+ ["@josh-llm What causes rainbows to form?"],
502
  ["@tara-tts Hey there, my name is Tara, <laugh> and I’m a speech generation model that can sound just like you!"],
503
  ["@dan-tts Yo, I’m Dan, <groan> and yes, I can even sound annoyed if I have to."],
504
  [{"text": "summarize the letter", "files": ["examples/1.png"]}],
505
  ["Write python program for array rotation"],
 
506
  ["@tara-llm Who is Nikola Tesla, and why did he die?"],
507
  ["@emma-llm Explain the causes of rainbows"],
 
508
  ["@image Chocolate dripping from a donut"],
509
  [{"text": "@video-infer Describe the Ad", "files": ["examples/coca.mp4"]}],
510
  [{"text": "@video-infer Summarize the event in video", "files": ["examples/sky.mp4"]}],
511
  [{"text": "@video-infer Describe the video", "files": ["examples/Missing.mp4"]}],
512
+ [{"text": "Extract json from the image", "files": ["examples/document.jpg"]}],
513
 
514
  ],
515
  cache_examples=False,