Winnie-Kay commited on
Commit
8c483b2
·
1 Parent(s): aca2b0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,8 +3,8 @@ os.system('pip install torch')
3
  os.system('pip install transformers')
4
  os.system('pip install scipy')
5
  os.system('pip install gradio')
6
- os.system('pip install numpy')
7
- import numpy as np
8
  from scipy.special import softmax
9
  import gradio as gr
10
  from transformers import (
 
3
  os.system('pip install transformers')
4
  os.system('pip install scipy')
5
  os.system('pip install gradio')
6
+
7
+
8
  from scipy.special import softmax
9
  import gradio as gr
10
  from transformers import (