Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
|
|
|
| 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)
|