Spaces:
Sleeping
Sleeping
remove space login
Browse files
app.py
CHANGED
@@ -434,6 +434,6 @@ with gr.Blocks(theme='sudeepshouche/minimalist') as demo:
|
|
434 |
demo.queue() # manage multiple incoming requests
|
435 |
|
436 |
if os.getenv('SYSTEM') == 'spaces':
|
437 |
-
demo.launch(width='40%'
|
438 |
else:
|
439 |
demo.launch()
|
|
|
434 |
demo.queue() # manage multiple incoming requests
|
435 |
|
436 |
if os.getenv('SYSTEM') == 'spaces':
|
437 |
+
demo.launch(width='40%')
|
438 |
else:
|
439 |
demo.launch()
|