Spaces:
Runtime error
Runtime error
Commit
·
8c483b2
1
Parent(s):
aca2b0a
Update app.py
Browse files
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 |
-
|
7 |
-
|
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 (
|