Spaces:
Runtime error
Runtime error
juancopi81
commited on
Commit
•
8ff0f67
1
Parent(s):
9aa89b6
Update app.py
Browse files
app.py
CHANGED
@@ -43,5 +43,5 @@ gr.Interface(
|
|
43 |
outputs=[
|
44 |
gr.Image(),
|
45 |
],
|
46 |
-
examples=[["a $currulao song",
|
47 |
).queue().launch(debug=True)
|
|
|
43 |
outputs=[
|
44 |
gr.Image(),
|
45 |
],
|
46 |
+
examples=[["a $currulao song", 50, 7.5, 1]],
|
47 |
).queue().launch(debug=True)
|