Spaces:
Running
on
Zero
Running
on
Zero
foivospar
commited on
Commit
·
f9abe33
1
Parent(s):
97a46c7
fix demo
Browse files
app.py
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
import sys
|
2 |
sys.path.append('./')
|
3 |
|
@@ -17,7 +19,6 @@ import numpy as np
|
|
17 |
import random
|
18 |
|
19 |
import gradio as gr
|
20 |
-
import spaces
|
21 |
|
22 |
# global variable
|
23 |
MAX_SEED = np.iinfo(np.int32).max
|
|
|
1 |
+
import spaces
|
2 |
+
|
3 |
import sys
|
4 |
sys.path.append('./')
|
5 |
|
|
|
19 |
import random
|
20 |
|
21 |
import gradio as gr
|
|
|
22 |
|
23 |
# global variable
|
24 |
MAX_SEED = np.iinfo(np.int32).max
|