Spaces:
Runtime error
Runtime error
Commit
·
aca2b0a
1
Parent(s):
6d27cd7
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,7 @@ os.system('pip install torch')
|
|
3 |
os.system('pip install transformers')
|
4 |
os.system('pip install scipy')
|
5 |
os.system('pip install gradio')
|
|
|
6 |
import numpy as np
|
7 |
from scipy.special import softmax
|
8 |
import gradio as gr
|
|
|
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
|