Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
remmove login credentials
Browse files
app.py
CHANGED
|
@@ -459,6 +459,7 @@ with gr.Blocks(theme='sudeepshouche/minimalist') as demo:
|
|
| 459 |
demo.queue() # manage multiple incoming requests
|
| 460 |
|
| 461 |
if os.getenv('SYSTEM') == 'spaces':
|
| 462 |
-
demo.launch(width='40%'
|
|
|
|
| 463 |
else:
|
| 464 |
demo.launch()
|
|
|
|
| 459 |
demo.queue() # manage multiple incoming requests
|
| 460 |
|
| 461 |
if os.getenv('SYSTEM') == 'spaces':
|
| 462 |
+
demo.launch(width='40%')
|
| 463 |
+
#,auth=(os.environ.get('USERNAME'), os.environ.get('PASSWORD'))
|
| 464 |
else:
|
| 465 |
demo.launch()
|