Vinay15 commited on
Commit
c406abb
·
verified ·
1 Parent(s): 78e27d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ iface = gr.Interface(
79
  """,
80
  examples=[
81
  ["What are continuous integration systems, and what is their role in the automated-build process?"],
82
- ["Using CUDA for deep learning optimizes the model training on GPUs."],
83
  ["In TTS models, the vocoder is essential for natural-sounding speech."],
84
  ["What is GPU?"]
85
  ]
 
79
  """,
80
  examples=[
81
  ["What are continuous integration systems, and what is their role in the automated-build process?"],
82
+ ["Using CUDA for deep learning optimizes the model training on GPU."],
83
  ["In TTS models, the vocoder is essential for natural-sounding speech."],
84
  ["What is GPU?"]
85
  ]