asahi417 commited on
Commit
3629314
1 Parent(s): 2159de8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import tempfile
9
  import os
10
 
11
  os.system("pip uninstall -y gradio")
12
- os.system("pip install gradio==3.50")
13
 
14
  MODEL_NAME = "kotoba-tech/kotoba-whisper-v1.0"
15
  BATCH_SIZE = 8
 
9
  import os
10
 
11
  os.system("pip uninstall -y gradio")
12
+ os.system("pip install gradio==3.43.1")
13
 
14
  MODEL_NAME = "kotoba-tech/kotoba-whisper-v1.0"
15
  BATCH_SIZE = 8