Nifemi Alpine Durin commited on
Commit
46e3f65
·
1 Parent(s): 809b8cd
Files changed (2) hide show
  1. .gitignore +2 -0
  2. app.py +2 -1
.gitignore ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ *.png
2
+ .env
app.py CHANGED
@@ -57,6 +57,7 @@ iface = gr.Interface(
57
  live=False
58
  )
59
 
 
60
  # Run the interface
61
  iface.launch()
62
- iface.queue()
 
57
  live=False
58
  )
59
 
60
+ # iface.queue()
61
  # Run the interface
62
  iface.launch()
63
+