Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ g = gr.Interface(
|
|
133 |
description="",
|
134 |
)
|
135 |
g.queue(concurrency_count=1)
|
136 |
-
g.launch(
|
137 |
|
138 |
# Old testing code follows.
|
139 |
|
|
|
133 |
description="",
|
134 |
)
|
135 |
g.queue(concurrency_count=1)
|
136 |
+
g.launch()
|
137 |
|
138 |
# Old testing code follows.
|
139 |
|