jozzy commited on
Commit
036e9e5
·
1 Parent(s): 68bbc56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,5 +57,5 @@ demo = gr.TabbedInterface([text, audio], [ "chatGPT", "audioGPT"])
57
 
58
  if __name__ == "__main__":
59
  demo.launch(enable_queue=False, auth=lambda u, p: user_db.get(u) == p,
60
- auth_message=os.environ['username'])
61
  #demo.launch()
 
57
 
58
  if __name__ == "__main__":
59
  demo.launch(enable_queue=False, auth=lambda u, p: user_db.get(u) == p,
60
+ auth_message="Welcome to Yichuan GPT!")
61
  #demo.launch()