naughtondale commited on
Commit
e925c8b
1 Parent(s): d9e50ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -59,5 +59,6 @@ iface = gr.Interface(
59
  )
60
 
61
  theme=gradio.themes.Monochrome()
62
- iface.launch()
 
63
 
 
59
  )
60
 
61
  theme=gradio.themes.Monochrome()
62
+
63
+ iface.launch()
64