sitammeur commited on
Commit
4627843
·
verified ·
1 Parent(s): e7dcb3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
- 100,
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
  [