Vinay15 commited on
Commit
63691a4
·
verified ·
1 Parent(s): a7d44b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 APIs and OAuth 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 like GPT are widely adopted."
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(