Spaces:
Runtime error
Runtime error
update
Browse files
app.py
CHANGED
@@ -200,7 +200,7 @@ def main():
|
|
200 |
print(gr.__version__)
|
201 |
|
202 |
demo.queue(concurrency_count=10)
|
203 |
-
demo.launch(
|
204 |
|
205 |
if __name__ == '__main__':
|
206 |
main()
|
|
|
200 |
print(gr.__version__)
|
201 |
|
202 |
demo.queue(concurrency_count=10)
|
203 |
+
demo.launch()
|
204 |
|
205 |
if __name__ == '__main__':
|
206 |
main()
|