Spaces:
Sleeping
Sleeping
gera
commited on
Commit
·
c009c62
1
Parent(s):
6a7b15a
None is null
Browse files
app.py
CHANGED
@@ -35,6 +35,6 @@ demo = gr.ChatInterface(
|
|
35 |
title="Summarization and more",
|
36 |
multimodal=True)
|
37 |
|
38 |
-
auth=os.environ.get("APP_USERS", "
|
39 |
auth=json.loads(auth)
|
40 |
demo.launch(auth=auth)
|
|
|
35 |
title="Summarization and more",
|
36 |
multimodal=True)
|
37 |
|
38 |
+
auth=os.environ.get("APP_USERS", "null")
|
39 |
auth=json.loads(auth)
|
40 |
demo.launch(auth=auth)
|