Spaces:
Running
Running
fix
Browse files
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(
|