Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
marianna13
/
annotate-audio
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
marianna13
commited on
Mar 19, 2023
Commit
20e8db3
·
1 Parent(s):
c343c55
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -98,4 +98,5 @@ iface = gr.Interface(
98
)
99
100
if __name__ == "__main__":
101
-
iface.launch(show_error=True, debug=True)
98
)
99
100
if __name__ == "__main__":
101
+
iface.launch(show_error=True, debug=True)
102
+
sample_df()