upgs
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
@@ -326,7 +326,7 @@ with demo:
|
|
326 |
year={2024},
|
327 |
organization={IEEE}
|
328 |
}""",
|
329 |
-
language="
|
330 |
label="BibTeX Citation",
|
331 |
elem_id="bibtex-citation",
|
332 |
)
|
|
|
326 |
year={2024},
|
327 |
organization={IEEE}
|
328 |
}""",
|
329 |
+
language="text",
|
330 |
label="BibTeX Citation",
|
331 |
elem_id="bibtex-citation",
|
332 |
)
|
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
datasets
|
2 |
meeteval
|
3 |
simplejson
|
4 |
gradio
|
|
|
1 |
+
datasets
|
2 |
meeteval
|
3 |
simplejson
|
4 |
gradio
|