Spaces:
Runtime error
Runtime error
Update gradio_demo.py
Browse files- gradio_demo.py +1 -4
gradio_demo.py
CHANGED
@@ -1,9 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
import numpy as np
|
3 |
-
|
4 |
-
|
5 |
-
import torch
|
6 |
-
print(torch.cuda.is_available())
|
7 |
|
8 |
example_inputs = [[
|
9 |
"A DSLR photo of a Rugged, vintage-inspired hiking boots with a weathered leather finish, best quality, 4K, HD.",
|
|
|
1 |
import gradio as gr
|
2 |
import numpy as np
|
3 |
+
from train import *
|
|
|
|
|
|
|
4 |
|
5 |
example_inputs = [[
|
6 |
"A DSLR photo of a Rugged, vintage-inspired hiking boots with a weathered leather finish, best quality, 4K, HD.",
|