biulas commited on
Commit
2de623e
·
1 Parent(s): 1383970

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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()