Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,4 +28,7 @@ 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 |
-
)
|
|
|
|
|
|
|
|
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 |
+
if __name__ == "__main__":
|
34 |
+
app.launch()
|