Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,8 @@ from torchvision.transforms.functional import InterpolationMode
|
|
7 |
device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
|
8 |
|
9 |
|
10 |
-
|
|
|
11 |
|
12 |
|
13 |
import gradio as gr
|
|
|
7 |
device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
|
8 |
|
9 |
|
10 |
+
import numpy as np
|
11 |
+
from transformers import pipeline
|
12 |
|
13 |
|
14 |
import gradio as gr
|