Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# Installing the latest version of the transformers library
|
2 |
-
import os
|
3 |
-
os.system("pip install ./transformers-4.47.0.dev0-py3-none-any.whl")
|
4 |
|
5 |
# Importing the requirements
|
6 |
import warnings
|
@@ -34,7 +34,7 @@ examples = [
|
|
34 |
],
|
35 |
[
|
36 |
"images/dog.jpg",
|
37 |
-
|
38 |
True
|
39 |
],
|
40 |
[
|
|
|
1 |
# Installing the latest version of the transformers library
|
2 |
+
# import os
|
3 |
+
# os.system("pip install ./transformers-4.47.0.dev0-py3-none-any.whl")
|
4 |
|
5 |
# Importing the requirements
|
6 |
import warnings
|
|
|
34 |
],
|
35 |
[
|
36 |
"images/dog.jpg",
|
37 |
+
80,
|
38 |
True
|
39 |
],
|
40 |
[
|