Spaces:
Runtime error
Runtime error
Jean Garcia-Gathright
commited on
Commit
•
d5b7569
1
Parent(s):
f6a8bcc
backed out ernie files
Browse files- app.py +3 -2
- requirements.txt +1 -1
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
-
|
3 |
-
|
|
|
4 |
|
5 |
|
6 |
def greet(name):
|
|
|
1 |
import gradio as gr
|
2 |
+
import tensorflow
|
3 |
+
import transformers
|
4 |
+
import sklearn
|
5 |
|
6 |
|
7 |
def greet(name):
|
requirements.txt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
transformers
|
2 |
tensorflow
|
3 |
-
|
|
|
1 |
transformers
|
2 |
tensorflow
|
3 |
+
scikit-learn
|