Spaces:
Sleeping
Sleeping
Commit
·
4a60ca6
1
Parent(s):
943c80d
Update app.py
Browse files
app.py
CHANGED
@@ -95,5 +95,5 @@ gr.Interface(
|
|
95 |
"state"
|
96 |
],
|
97 |
outputs=["textbox","state","textbox", "textbox"],
|
98 |
-
examples=[["example_in-the-mood-to-eat.m4a", EXAMPLE_PROMPT, "text-ada-001", 0.8, ""],["","","",0.9,""]]
|
99 |
live=False).launch()
|
|
|
95 |
"state"
|
96 |
],
|
97 |
outputs=["textbox","state","textbox", "textbox"],
|
98 |
+
examples=[["example_in-the-mood-to-eat.m4a", EXAMPLE_PROMPT, "text-ada-001", 0.8, ""],["","","",0.9,""]],
|
99 |
live=False).launch()
|