Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,4 +9,4 @@ env_password = os.environ.get('APP_PASSWORD')
9
  iface = gr.load(name="AnnaRPT/Heroes-LLM", hf_token=hf_token, src="spaces")
10
 
11
  # Queue the interface and launch the application
12
- iface.queue(api_open=False).launch(show_api=False, debug=True, auth=(env_username,env_password))
 
9
  iface = gr.load(name="AnnaRPT/Heroes-LLM", hf_token=hf_token, src="spaces")
10
 
11
  # Queue the interface and launch the application
12
+ iface.queue(api_open=False).launch(show_api=False, debug=True)