Stremly commited on
Commit
d0b1572
·
verified ·
1 Parent(s): 0d94a8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -115,6 +115,7 @@ demo = gr.Interface(
115
  outputs=[
116
  gr.Image(label="With Click Point"),
117
  gr.Textbox(label="Raw Action JSON"),
 
118
  ],
119
  title="UI-Tars Navigation Demo",
120
  )
 
115
  outputs=[
116
  gr.Image(label="With Click Point"),
117
  gr.Textbox(label="Raw Action JSON"),
118
+ gr.JSON(label="Updated Conversation History")
119
  ],
120
  title="UI-Tars Navigation Demo",
121
  )