Spaces:
Sleeping
Sleeping
Commit ·
e03ee47
1
Parent(s): 2c3a4f4
add graph 3
Browse files- UI/Quick_demo.py +1 -1
- UI/process_video.py +1 -1
UI/Quick_demo.py
CHANGED
|
@@ -12,7 +12,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 12 |
gr.Markdown(
|
| 13 |
"""
|
| 14 |
<div style='text-align: center; color: #e91e63; line-height: 1.8; margin-bottom: 30px;'>
|
| 15 |
-
<h1 style='margin-bottom: 20px;'>🎞️ Video Summarization UI</h1>
|
| 16 |
<p style='font-size: 18px;'>Upload your lecture or tutorial video</p>
|
| 17 |
<p style='font-size: 18px;'>Then click <b>Summarization</b> to extract key content</p>
|
| 18 |
</div>
|
|
|
|
| 12 |
gr.Markdown(
|
| 13 |
"""
|
| 14 |
<div style='text-align: center; color: #e91e63; line-height: 1.8; margin-bottom: 30px;'>
|
| 15 |
+
<h1 style='margin-bottom: 20px;'>🎞️ Video Summarization UI yay</h1>
|
| 16 |
<p style='font-size: 18px;'>Upload your lecture or tutorial video</p>
|
| 17 |
<p style='font-size: 18px;'>Then click <b>Summarization</b> to extract key content</p>
|
| 18 |
</div>
|
UI/process_video.py
CHANGED
|
@@ -76,7 +76,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 76 |
gr.Markdown(
|
| 77 |
"""
|
| 78 |
<div style='text-align: center; color: #e91e63; line-height: 1.8; margin-bottom: 30px;'>
|
| 79 |
-
<h1 style='margin-bottom: 20px;'>🎞️ Video Summarization UI</h1>
|
| 80 |
<p style='font-size: 18px;'>Upload your lecture or tutorial video</p>
|
| 81 |
<p style='font-size: 18px;'>Then click <b>Summarization</b> to extract key content</p>
|
| 82 |
</div>
|
|
|
|
| 76 |
gr.Markdown(
|
| 77 |
"""
|
| 78 |
<div style='text-align: center; color: #e91e63; line-height: 1.8; margin-bottom: 30px;'>
|
| 79 |
+
<h1 style='margin-bottom: 20px;'>🎞️ Video Summarization UI welcome</h1>
|
| 80 |
<p style='font-size: 18px;'>Upload your lecture or tutorial video</p>
|
| 81 |
<p style='font-size: 18px;'>Then click <b>Summarization</b> to extract key content</p>
|
| 82 |
</div>
|