atwang commited on
Commit
f34d617
1 Parent(s): 7c581be

add debugging message

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -174,6 +174,8 @@ def clear_outputs():
174
  return [gr.update(value=None, visible=(idx == 0)) for idx in range(MAX_PARTS)]
175
 
176
 
 
 
177
  with gr.Blocks() as demo:
178
  gr.Markdown(
179
  """
 
174
  return [gr.update(value=None, visible=(idx == 0)) for idx in range(MAX_PARTS)]
175
 
176
 
177
+ print("Starting up app...")
178
+
179
  with gr.Blocks() as demo:
180
  gr.Markdown(
181
  """