qtoino commited on
Commit
9b65e39
Β·
verified Β·
1 Parent(s): 9b395d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -53,8 +53,7 @@ css = """
53
  with gr.Blocks(css=css) as demo:
54
  gr.HTML("<h1><center>Pix2Struct πŸ“„<center><h1>")
55
  gr.HTML("<h3><center>Pix2Struct is a powerful backbone for visual question answering. ⚑</h3>")
56
- gr.HTML("<h3><center>Each tab in this app demonstrates Pix2Struct models fine-tuned on document question answering, infographics question answering, question answering on user interfaces, and charts. πŸ“„πŸ“±πŸ“Š<h3>")
57
- gr.HTML("<h3><center>This app has base versions of each model. For better performance, use large checkpoints.<h3>")
58
 
59
  with gr.Row():
60
  with gr.Column():
 
53
  with gr.Blocks(css=css) as demo:
54
  gr.HTML("<h1><center>Pix2Struct πŸ“„<center><h1>")
55
  gr.HTML("<h3><center>Pix2Struct is a powerful backbone for visual question answering. ⚑</h3>")
56
+ gr.HTML("<h3><center>This app has base version of the model. For better performance, use large checkpoints.<h3>")
 
57
 
58
  with gr.Row():
59
  with gr.Column():