Spaces:
Runtime error
Runtime error
EduardoPacheco
commited on
Commit
•
fa04033
1
Parent(s):
ce78b5d
requirements
Browse files- app.py +1 -1
- requirements.txt +9 -0
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import torch
|
2 |
import gradio as gr
|
3 |
-
from transformers import
|
4 |
|
5 |
import utils
|
6 |
|
|
|
1 |
import torch
|
2 |
import gradio as gr
|
3 |
+
from transformers import AutoModel
|
4 |
|
5 |
import utils
|
6 |
|
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
+
torch
|
3 |
+
torchvision
|
4 |
+
|
5 |
+
numpy
|
6 |
+
pillow
|
7 |
+
scikit-learn
|
8 |
+
transformers
|
9 |
+
supervision
|