Update app.py
Browse files
app.py
CHANGED
|
@@ -46,5 +46,4 @@ with gr.Blocks(title=title,description=description,examples=examples,enable_queu
|
|
| 46 |
for i,current_row in df_temp.iterrows():
|
| 47 |
html_box = gr.HTML("<span><a href='{}'><img src ='{}'></a></span>".format(current_row['profit_link'],current_row['product_image']))
|
| 48 |
|
| 49 |
-
demo.launch()
|
| 50 |
-
enable_queue=True
|
|
|
|
| 46 |
for i,current_row in df_temp.iterrows():
|
| 47 |
html_box = gr.HTML("<span><a href='{}'><img src ='{}'></a></span>".format(current_row['profit_link'],current_row['product_image']))
|
| 48 |
|
| 49 |
+
demo.launch()
|
|
|