Update app.py
Browse files
app.py
CHANGED
@@ -109,6 +109,7 @@ def create_bar_chart(scores, comparisons):
|
|
109 |
plt.close(fig)
|
110 |
return image_path
|
111 |
|
|
|
112 |
def inference_one_video(input_video):
|
113 |
"""
|
114 |
BASIC SETTINGS
|
|
|
109 |
plt.close(fig)
|
110 |
return image_path
|
111 |
|
112 |
+
|
113 |
def inference_one_video(input_video):
|
114 |
"""
|
115 |
BASIC SETTINGS
|