Spaces:
Running
Running
Nifemi Alpine Durin
commited on
Commit
·
46e3f65
1
Parent(s):
809b8cd
add
Browse files- .gitignore +2 -0
- 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 |
-
|
|
|
57 |
live=False
|
58 |
)
|
59 |
|
60 |
+
# iface.queue()
|
61 |
# Run the interface
|
62 |
iface.launch()
|
63 |
+
|