Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,8 +28,4 @@ app = gr.Interface(
|
|
28 |
outputs=gr.Text(label="Prediction"),
|
29 |
title="English Accent Classifier",
|
30 |
description="Upload a short MP4 video of spoken English to detect accent."
|
31 |
-
)
|
32 |
-
|
33 |
-
#-
|
34 |
-
if __name__ == "__main__":
|
35 |
-
app.launch()
|
|
|
28 |
outputs=gr.Text(label="Prediction"),
|
29 |
title="English Accent Classifier",
|
30 |
description="Upload a short MP4 video of spoken English to detect accent."
|
31 |
+
)
|
|
|
|
|
|
|
|