Update app.py
Browse files
app.py
CHANGED
@@ -375,7 +375,7 @@ def create_interface():
|
|
375 |
sample_videos.append(sample_file)
|
376 |
|
377 |
if sample_videos:
|
378 |
-
gr.Markdown("**π Or try these
|
379 |
|
380 |
def load_sample_video(video_path):
|
381 |
return video_path
|
|
|
375 |
sample_videos.append(sample_file)
|
376 |
|
377 |
if sample_videos:
|
378 |
+
gr.Markdown("**π Or try these test videos (Not a part of training process):**")
|
379 |
|
380 |
def load_sample_video(video_path):
|
381 |
return video_path
|