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