Spaces:
Runtime error
Runtime error
johnowhitaker
commited on
Commit
•
eccf7f0
1
Parent(s):
8a3deb8
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import numpy as np
|
|
3 |
|
4 |
def generate(text):
|
5 |
#todo
|
6 |
-
return np.random(128, 128, 3).astype(np.uint8)
|
7 |
|
8 |
iface = gr.Interface(fn=generate,
|
9 |
inputs=[
|
|
|
3 |
|
4 |
def generate(text):
|
5 |
#todo
|
6 |
+
return np.random.random(128, 128, 3).astype(np.uint8)
|
7 |
|
8 |
iface = gr.Interface(fn=generate,
|
9 |
inputs=[
|