haepada commited on
Commit
4caff9e
·
verified ·
1 Parent(s): 4f12f20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -326,8 +326,9 @@ def create_interface():
326
  return welcome_text, gr.update(selected="기준 설정")
327
 
328
  def play_music():
329
- audio_path = os.path.abspath(os.path.join("assets", "main_music.mp3"))
330
- return gr.update(value=audio_path, autoplay=True)
 
331
 
332
  def save_reflection(text, state):
333
  if not text.strip():
 
326
  return welcome_text, gr.update(selected="기준 설정")
327
 
328
  def play_music():
329
+ audio_path = os.path.abspath(os.path.join("assets", "main_music.mp3"))
330
+ return gr.update(value=audio_path, autoplay=True)
331
+
332
 
333
  def save_reflection(text, state):
334
  if not text.strip():