ervijayraghuwanshi commited on
Commit
2cead46
1 Parent(s): 8dae8e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -158,9 +158,6 @@ with gr.Blocks(css=css) as demo:
158
  generate,
159
  title=title,
160
  additional_inputs=additional_inputs,
161
- examples=["I recently purchased the NovaBlast Over-Ear Wireless Headphones. They looked really comfortable and have great noise cancellation features.",
162
- "I bought a pair of the SonicFit Wireless Earbuds. They're perfect for running because they stay in my ears securely.",
163
- "I got the RhythmPlus Wireless Headphones. I wasn't sure if I wanted over-ear or earbuds, so these seemed like a good compromise."]
164
- )
165
 
166
  demo.queue().launch(debug=True)
 
158
  generate,
159
  title=title,
160
  additional_inputs=additional_inputs,
161
+ examples="I recently purchased the NovaBlast Over-Ear Wireless Headphones. They looked really comfortable and have great noise cancellation features.")
 
 
 
162
 
163
  demo.queue().launch(debug=True)