Update app.py
Browse files
app.py
CHANGED
@@ -47,11 +47,11 @@ def text_to_speech(input_text):
|
|
47 |
|
48 |
# Step 5: Create Gradio interface with examples
|
49 |
examples = [
|
50 |
-
"We are using
|
51 |
"CUDA and TensorFlow work together for deep learning models.",
|
52 |
"The database uses NoSQL and supports JSON for data storage.",
|
53 |
"Machine learning and artificial intelligence are advancing fast.",
|
54 |
-
"Natural language processing techniques
|
55 |
]
|
56 |
|
57 |
iface = gr.Interface(
|
|
|
47 |
|
48 |
# Step 5: Create Gradio interface with examples
|
49 |
examples = [
|
50 |
+
"We are using API for authentication.",
|
51 |
"CUDA and TensorFlow work together for deep learning models.",
|
52 |
"The database uses NoSQL and supports JSON for data storage.",
|
53 |
"Machine learning and artificial intelligence are advancing fast.",
|
54 |
+
"Natural language processing techniques are widely adopted."
|
55 |
]
|
56 |
|
57 |
iface = gr.Interface(
|