Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ from gradio.themes.base import Base
|
|
| 11 |
from gradio.themes.utils import colors, fonts, sizes
|
| 12 |
import time
|
| 13 |
import intel_extension_for_pytorch as ipex
|
| 14 |
-
|
| 15 |
#core = Core()
|
| 16 |
def conv(in_channels, out_channels):
|
| 17 |
return nn.Sequential(
|
|
|
|
| 11 |
from gradio.themes.utils import colors, fonts, sizes
|
| 12 |
import time
|
| 13 |
import intel_extension_for_pytorch as ipex
|
| 14 |
+
import torch
|
| 15 |
#core = Core()
|
| 16 |
def conv(in_channels, out_channels):
|
| 17 |
return nn.Sequential(
|