Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NonameSsSs
/
Simple_Gradio_example
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
NonameSsSs
commited on
Oct 29, 2024
Commit
16392af
·
verified
·
1 Parent(s):
bf6e1e3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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()