vumichien commited on
Commit
96fd0a4
1 Parent(s): bbca647

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def tts(text: str, language="ja") -> object:
43
 
44
  def yolov8_inference(
45
  image,
46
- area_thres=0.2,
47
  defaul_bot_voice="おはいようございます"
48
  ):
49
  """
 
43
 
44
  def yolov8_inference(
45
  image,
46
+ area_thres=0.5,
47
  defaul_bot_voice="おはいようございます"
48
  ):
49
  """