Spaces:
Running
Running
alibidaran
commited on
Commit
•
5851bad
1
Parent(s):
a5d1aaf
Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,8 @@ from gradio.themes.base import Base
|
|
11 |
from gradio.themes.utils import colors, fonts, sizes
|
12 |
import time
|
13 |
import torch
|
|
|
|
|
14 |
#core = Core()
|
15 |
def conv(in_channels, out_channels):
|
16 |
return nn.Sequential(
|
|
|
11 |
from gradio.themes.utils import colors, fonts, sizes
|
12 |
import time
|
13 |
import torch
|
14 |
+
import intel_extension_for_pytorch as ipex
|
15 |
+
|
16 |
#core = Core()
|
17 |
def conv(in_channels, out_channels):
|
18 |
return nn.Sequential(
|