Update app.py
Browse files
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
|
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 |
]
|