roman
commited on
Commit
•
6775bac
1
Parent(s):
32f9819
return to gr.State(None)
Browse files
app.py
CHANGED
@@ -94,8 +94,8 @@ gr.Interface(
|
|
94 |
inputs=[
|
95 |
# gr.Audio(source="upload", type="filepath", streaming=True),
|
96 |
gr.Audio(source="upload", type="filepath"),
|
97 |
-
"state"
|
98 |
-
|
99 |
],
|
100 |
outputs=[
|
101 |
"textbox",
|
|
|
94 |
inputs=[
|
95 |
# gr.Audio(source="upload", type="filepath", streaming=True),
|
96 |
gr.Audio(source="upload", type="filepath"),
|
97 |
+
# "state"
|
98 |
+
gr.State(None)
|
99 |
],
|
100 |
outputs=[
|
101 |
"textbox",
|