ervijayraghuwanshi commited on
Commit
cf93843
1 Parent(s): d500b53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -158,6 +158,7 @@ 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
 
163
  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
 
164
  demo.queue().launch(debug=True)