Spaces:
Runtime error
Runtime error
Commit
·
bdeec8d
1
Parent(s):
d6be693
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
import torchvision
|
3 |
-
|
4 |
model = torch.hub.load(
|
5 |
"ndahlquist/pytorch-hub-stylegan:0.0.1",
|
6 |
"style_gan",
|
|
|
1 |
import gradio as gr
|
2 |
import torchvision
|
3 |
+
import torch
|
4 |
model = torch.hub.load(
|
5 |
"ndahlquist/pytorch-hub-stylegan:0.0.1",
|
6 |
"style_gan",
|