gensym commited on
Commit
efbad73
·
1 Parent(s): 4e2347a
Files changed (1) hide show
  1. app.py +2 -2
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
- # 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():
 
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():