jotrigo commited on
Commit
55bde44
1 Parent(s): 65da6b5

Update nota.py

Browse files
Files changed (1) hide show
  1. nota.py +1 -1
nota.py CHANGED
@@ -21,5 +21,5 @@ gr.Interface(
21
  gr.Slider(minimum=4, maximum=6, step=1),
22
  gr.Textbox(type="text", value=1, label="Duration in seconds"),
23
  ],
24
- "audio",
25
  ).launch()
 
21
  gr.Slider(minimum=4, maximum=6, step=1),
22
  gr.Textbox(type="text", value=1, label="Duration in seconds"),
23
  ],
24
+ "audio",live=True
25
  ).launch()