Update app.py
Browse files
app.py
CHANGED
|
@@ -88,8 +88,7 @@ interface = gr.Interface(
|
|
| 88 |
inputs="video",
|
| 89 |
outputs="text",
|
| 90 |
title="Baseball Play Analysis (UCF101 Subset Exploration)",
|
| 91 |
-
description="Upload a video of a baseball play (safe/out at a base). This app explores using a video classification model (UCF101 subset) for analysis. Note: The model might not be specifically trained for baseball plays."
|
| 92 |
-
share=True
|
| 93 |
)
|
| 94 |
|
| 95 |
-
interface.launch()
|
|
|
|
| 88 |
inputs="video",
|
| 89 |
outputs="text",
|
| 90 |
title="Baseball Play Analysis (UCF101 Subset Exploration)",
|
| 91 |
+
description="Upload a video of a baseball play (safe/out at a base). This app explores using a video classification model (UCF101 subset) for analysis. Note: The model might not be specifically trained for baseball plays."
|
|
|
|
| 92 |
)
|
| 93 |
|
| 94 |
+
interface.launch(share=True)
|