Spaces:
Runtime error
Runtime error
kevinwang676
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
|
2 |
import spaces
|
3 |
import os
|
4 |
import glob
|
@@ -586,4 +585,4 @@ with app:
|
|
586 |
''')
|
587 |
|
588 |
app.queue(max_size=40, api_open=False)
|
589 |
-
app.launch(max_threads=400, show_error=True)
|
|
|
|
|
1 |
import spaces
|
2 |
import os
|
3 |
import glob
|
|
|
585 |
''')
|
586 |
|
587 |
app.queue(max_size=40, api_open=False)
|
588 |
+
app.launch(max_threads=400, show_error=True)
|