simjeg commited on
Commit
ff1672e
·
1 Parent(s): 4bf4e38

Add example

Browse files

Signed-off-by: SimJeg <[email protected]>

Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -103,6 +103,12 @@ def gradio_interface():
103
  "What was the original name of the transformers library ?",
104
  "ExpectedAttentionPress",
105
  0.5,
 
 
 
 
 
 
106
  ],
107
  ],
108
  inputs=[url_input, question_input, press_selector, compression_slider],
 
103
  "What was the original name of the transformers library ?",
104
  "ExpectedAttentionPress",
105
  0.5,
106
+ ],
107
+ [
108
+ "https://en.wikipedia.org/wiki/World_Chess_Championship_2024",
109
+ "On which move did the world chess championship end?",
110
+ "ExpectedAttentionPress",
111
+ 0.5,
112
  ],
113
  ],
114
  inputs=[url_input, question_input, press_selector, compression_slider],