svjack commited on
Commit
e422c4d
·
1 Parent(s): 4d3ae72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ os.system("pip uninstall gradio -y")
7
  os.system("pip install -U gradio")
8
  '''
9
 
10
- #os.system("pip install transformers==4.30.2")
11
 
12
  import sys
13
  import re
 
7
  os.system("pip install -U gradio")
8
  '''
9
 
10
+ os.system("pip install transformers==4.30.2")
11
 
12
  import sys
13
  import re