Add example
Browse filesSigned-off-by: SimJeg <[email protected]>
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],
|