yumyeom commited on
Commit
eb6c3f3
1 Parent(s): cf32bd5

app.py 내용 수정

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def gaepago_fn(tmp_audio_dir):
35
  # Main
36
  main_api = gr.Blocks()
37
 
38
- with demo:
39
  gr.Markdown("## 8J Gaepago Demo(with CPU)")
40
  with gr.Row():
41
  audio = gr.Audio(source="microphone", type="filepath"
 
35
  # Main
36
  main_api = gr.Blocks()
37
 
38
+ with main_api:
39
  gr.Markdown("## 8J Gaepago Demo(with CPU)")
40
  with gr.Row():
41
  audio = gr.Audio(source="microphone", type="filepath"