Spaces:
Build error
Build error
Khalil
commited on
Commit
•
4b3d2bd
1
Parent(s):
b969123
add gdown package in requirement file
Browse files- app.py +1 -1
- requirements.txt +1 -0
app.py
CHANGED
@@ -77,4 +77,4 @@ gr.Interface(
|
|
77 |
# allow_flagging=False,
|
78 |
# live=False,
|
79 |
# verbose=True,
|
80 |
-
).launch(debug=True)
|
|
|
77 |
# allow_flagging=False,
|
78 |
# live=False,
|
79 |
# verbose=True,
|
80 |
+
).launch(share=True, debug=True)
|
requirements.txt
CHANGED
@@ -7,3 +7,4 @@ regex
|
|
7 |
axial-positional-embedding
|
8 |
youtokentome
|
9 |
tokenizers
|
|
|
|
7 |
axial-positional-embedding
|
8 |
youtokentome
|
9 |
tokenizers
|
10 |
+
gdown
|