phamngoctukts commited on
Commit
a580d61
1 Parent(s): 47eda48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -155,7 +155,7 @@ def response_audio(state:AppState):
155
  else:
156
  return state, synthesize_speech("Tôi nghe không rõ") # Trả về thông báo lỗi nếu synthesize_speech thất bại
157
 
158
- def response_text(state:AppState,textin,image:Image, prompt, progress=gr.Progress(track_tqdm=True)):
159
  """Xử lý yêu cầu và tạo phản hồi."""
160
  #state.recording = False # Dừng ghi âm
161
  if state.typing is True:
@@ -207,7 +207,7 @@ def chuyen_trangthai(textin, state:AppState):
207
  else:
208
  return state.typing, state
209
 
210
- def start_recording_user(state:AppState,progress=gr.Progress(track_tqdm=True)): # Sửa lỗi tại đây
211
  state.stopped = False # Cho phép bắt đầu ghi âm lại nếu đang ở trạng thái recording
212
  state.started_talking = False
213
  state.recording = True
 
155
  else:
156
  return state, synthesize_speech("Tôi nghe không rõ") # Trả về thông báo lỗi nếu synthesize_speech thất bại
157
 
158
+ def response_text(state:AppState,textin,image:Image, prompt):
159
  """Xử lý yêu cầu và tạo phản hồi."""
160
  #state.recording = False # Dừng ghi âm
161
  if state.typing is True:
 
207
  else:
208
  return state.typing, state
209
 
210
+ def start_recording_user(state:AppState): # Sửa lỗi tại đây
211
  state.stopped = False # Cho phép bắt đầu ghi âm lại nếu đang ở trạng thái recording
212
  state.started_talking = False
213
  state.recording = True