Spaces:
Running
on
T4
Running
on
T4
Ahsen Khaliq
commited on
Commit
·
53146c4
1
Parent(s):
8adcb6f
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,6 @@ from tqdm.notebook import tqdm
|
|
10 |
import gradio as gr
|
11 |
import torch
|
12 |
|
13 |
-
print(torch.cuda.is_available())
|
14 |
|
15 |
mtcnn = MTCNN(image_size=256, margin=80)
|
16 |
|
|
|
10 |
import gradio as gr
|
11 |
import torch
|
12 |
|
|
|
13 |
|
14 |
mtcnn = MTCNN(image_size=256, margin=80)
|
15 |
|