JCrimson1 commited on
Commit
6923d3e
·
verified ·
1 Parent(s): fa06bfc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
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()