Spaces:
Sleeping
Sleeping
Commit
·
2460eb4
1
Parent(s):
a63f2ad
removed examples
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()
|