svjack commited on
Commit
b739851
·
1 Parent(s): 8e0529e

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