Spaces:
Build error
Build error
crypto-code
commited on
Commit
•
15991c1
1
Parent(s):
ead7a82
Update app.py
Browse files
app.py
CHANGED
@@ -158,7 +158,7 @@ def parse_reponse(uid, model_outputs, audio_length_in_s):
|
|
158 |
return response, text_outputs
|
159 |
|
160 |
|
161 |
-
def reset_user_input():
|
162 |
return gr.update(value='')
|
163 |
|
164 |
|
|
|
158 |
return response, text_outputs
|
159 |
|
160 |
|
161 |
+
def reset_user_input(uid):
|
162 |
return gr.update(value='')
|
163 |
|
164 |
|