crypto-code commited on
Commit
15991c1
1 Parent(s): ead7a82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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