Spaces:
Sleeping
Sleeping
Mike Frantz
commited on
Commit
·
d6b3575
1
Parent(s):
3f77d0e
add torch, remove inline launch
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
@@ -64,5 +64,5 @@ gr.Interface(
|
|
64 |
outputs=[text_output, highlighted_text_output],
|
65 |
title=title,
|
66 |
description=description
|
67 |
-
).launch(
|
68 |
|
|
|
64 |
outputs=[text_output, highlighted_text_output],
|
65 |
title=title,
|
66 |
description=description
|
67 |
+
).launch()
|
68 |
|
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
transformers==4.18.0
|
2 |
datasets==2.0.0
|
3 |
tokenizers==0.11.6
|
4 |
-
|
|
|
1 |
transformers==4.18.0
|
2 |
datasets==2.0.0
|
3 |
tokenizers==0.11.6
|
4 |
+
torch==1.10.0
|