Pablogps commited on
Commit
26626f5
·
verified ·
1 Parent(s): 7802507

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -24,5 +24,4 @@ gr.Interface(
24
  title=title,
25
  description=description,
26
  examples=examples,
27
- )
28
- iface.launch()
 
24
  title=title,
25
  description=description,
26
  examples=examples,
27
+ ).launch()