mert215 commited on
Commit
354bf96
1 Parent(s): 9833942

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,4 +21,4 @@ def show_products():
21
  return html_content
22
 
23
  iface = gr.Interface(fn=show_products, inputs=[], outputs='html')
24
- iface.launch
 
21
  return html_content
22
 
23
  iface = gr.Interface(fn=show_products, inputs=[], outputs='html')
24
+ iface.launch()