Spaces:
Running
Running
add debugging message
Browse files
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 |
"""
|