pooyanrg commited on
Commit
30ed4ed
·
1 Parent(s): d704c07
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -307,6 +307,8 @@ with gr.Blocks() as demo:
307
  prediction = gr.Textbox(label="Predicted caption")
308
  selected_info_bef = gr.Textbox(label="Selected patches on before")
309
  selected_info_aft = gr.Textbox(label="Selected patches on after")
 
 
310
 
311
  # Connect the predict button to the prediction function
312
  predict_btn.click(
 
307
  prediction = gr.Textbox(label="Predicted caption")
308
  selected_info_bef = gr.Textbox(label="Selected patches on before")
309
  selected_info_aft = gr.Textbox(label="Selected patches on after")
310
+
311
+ html = gr.HTML(html_text)
312
 
313
  # Connect the predict button to the prediction function
314
  predict_btn.click(