Spaces:
Runtime error
Runtime error
test edit
Browse files
app.py
CHANGED
@@ -8,5 +8,5 @@ env_password = os.environ.get('APP_PASSWORD')
|
|
8 |
# Load the space
|
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))
|
|
|
8 |
# Load the space
|
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))
|