Araeynn commited on
Commit
9fbae99
·
1 Parent(s): 35036de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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())