NonameSsSs commited on
Commit
16392af
1 Parent(s): bf6e1e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,5 +22,5 @@ def generate_tone(note, octave, duration):
22
  ],
23
  "audio",
24
  )
25
- if __name__ == "__app__":
26
  demo.launch()
 
22
  ],
23
  "audio",
24
  )
25
+ while True:
26
  demo.launch()