debugging
Browse files
app.py
CHANGED
@@ -199,8 +199,8 @@ with gr.Blocks() as demo:
|
|
199 |
btn = gr.Button("Run")
|
200 |
btn.click(fn=update, inputs=inp, outputs=out)
|
201 |
|
202 |
-
|
203 |
-
|
204 |
|
205 |
# # Example images at the bottom of the page
|
206 |
# with gr.Row():
|
|
|
199 |
btn = gr.Button("Run")
|
200 |
btn.click(fn=update, inputs=inp, outputs=out)
|
201 |
|
202 |
+
trial_id = gr.Textbox(visible=False)
|
203 |
+
output_buf = gr.State()
|
204 |
|
205 |
# # Example images at the bottom of the page
|
206 |
# with gr.Row():
|