gera commited on
Commit
c009c62
·
1 Parent(s): 6a7b15a

None is null

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", "None")
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)