Spaces:
Build error
Build error
bankholdup
commited on
Commit
•
66be9ee
1
Parent(s):
c0ad07a
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import numpy as np
|
2 |
import torch
|
3 |
import gradio as gr
|
|
|
4 |
|
5 |
def set_seed(args):
|
6 |
rd = np.random.randint(100000)
|
|
|
1 |
import numpy as np
|
2 |
import torch
|
3 |
import gradio as gr
|
4 |
+
from gradio import mix
|
5 |
|
6 |
def set_seed(args):
|
7 |
rd = np.random.randint(100000)
|