Spaces:
Running
Running
Update app.py
Browse files
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 |
|