Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -256,4 +256,5 @@ token = os.environ["TOKEN"]
|
|
256 |
if token == "":
|
257 |
raise Exception("Please add your token to the Secrets pane.")
|
258 |
client.run(token)
|
|
|
259 |
asyncio.run(start())
|
|
|
256 |
if token == "":
|
257 |
raise Exception("Please add your token to the Secrets pane.")
|
258 |
client.run(token)
|
259 |
+
print("started gradio app")
|
260 |
asyncio.run(start())
|