Spaces:
Sleeping
Sleeping
pass security os no auth
Browse files
app.py
CHANGED
@@ -17,4 +17,6 @@ demo = gr.Interface(
|
|
17 |
inputs='text',
|
18 |
outputs= 'image',
|
19 |
)
|
20 |
-
|
|
|
|
|
|
17 |
inputs='text',
|
18 |
outputs= 'image',
|
19 |
)
|
20 |
+
|
21 |
+
demo.launch()
|
22 |
+
# demo.launch(auth=(os.getenv('USER'), os.getenv('PASSWORD')))
|