Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -89,7 +89,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
| 89 |
batch=True,
|
| 90 |
max_batch_size=10,
|
| 91 |
fn=respond,
|
| 92 |
-
inputs=[input,
|
| 93 |
outputs=[output], live=True)
|
| 94 |
|
| 95 |
if __name__ == "__main__":
|
|
|
|
| 89 |
batch=True,
|
| 90 |
max_batch_size=10,
|
| 91 |
fn=respond,
|
| 92 |
+
inputs=[input, seed],
|
| 93 |
outputs=[output], live=True)
|
| 94 |
|
| 95 |
if __name__ == "__main__":
|