snym04 commited on
Commit
477f8b7
·
verified ·
1 Parent(s): d875ff4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -129,4 +129,5 @@ with gr.Blocks(title="Paper Upload & API Key Setup") as demo:
129
 
130
 
131
  if __name__ == "__main__":
 
132
  demo.launch()
 
129
 
130
 
131
  if __name__ == "__main__":
132
+ print("BOOT: about to launch gradio", flush=True)
133
  demo.launch()