dfinel commited on
Commit
047e8b2
1 Parent(s): 77636a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -252,7 +252,7 @@ def get_reviews(url):
252
  if __name__ == '__main__':
253
  interface = gr.Interface(fn=get_reviews, inputs=gr.Textbox(), outputs=[gr.Textbox(label = 'Real ratings'),gr.Textbox(label = 'Actionable insights')], title='The Topic Magnet',
254
  description='Enter the url of your Amazon reviews to get real ratings and valuable insights')
255
- interface.launch()
256
 
257
 
258
 
 
252
  if __name__ == '__main__':
253
  interface = gr.Interface(fn=get_reviews, inputs=gr.Textbox(), outputs=[gr.Textbox(label = 'Real ratings'),gr.Textbox(label = 'Actionable insights')], title='The Topic Magnet',
254
  description='Enter the url of your Amazon reviews to get real ratings and valuable insights')
255
+ interface.queue().launch()
256
 
257
 
258