Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -100,13 +100,12 @@ title_markdown = """
|
|
100 |
"""
|
101 |
notice_html = """
|
102 |
<div style="background-color: #f9f9f9; border-left: 5px solid #48dbfb; padding: 20px; margin-top: 20px; border-radius: 10px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);">
|
103 |
-
<h2 style="font-size: 1.8em; font-weight: 600; color: #2d3436; margin-bottom: 15px;">NOTICE!!!</h2>
|
104 |
<ul style="list-style-type: none; padding-left: 0; font-size: 1.1em; color: #555;">
|
105 |
-
<li
|
106 |
-
<li
|
107 |
<ul style="padding-left: 20px; margin-top: 10px; color: #333;">
|
108 |
<li>Can you help me log everything I do and the key things I see, like a personal journal? Describe them in a natural style. Please provide your response using the first person, with "I" as the subject. Make sure the descriptions are detailed and natural.</li>
|
109 |
-
<li>
|
110 |
</ul>
|
111 |
</ul>
|
112 |
</div>
|
|
|
100 |
"""
|
101 |
notice_html = """
|
102 |
<div style="background-color: #f9f9f9; border-left: 5px solid #48dbfb; padding: 20px; margin-top: 20px; border-radius: 10px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);">
|
|
|
103 |
<ul style="list-style-type: none; padding-left: 0; font-size: 1.1em; color: #555;">
|
104 |
+
<li>- Due to hardware limitations on this demo page, we recommend users only try 10-second videos.</li>
|
105 |
+
<li>- The demo model is used for the egocentric video captioning step for the EgoRAG framework. The recommended prompt includes:</li>
|
106 |
<ul style="padding-left: 20px; margin-top: 10px; color: #333;">
|
107 |
<li>Can you help me log everything I do and the key things I see, like a personal journal? Describe them in a natural style. Please provide your response using the first person, with "I" as the subject. Make sure the descriptions are detailed and natural.</li>
|
108 |
+
<li>Can you write down important things I notice or interact with? Please respond in the first person, using "I" as the subject. Describe them in a natural style.</li>
|
109 |
</ul>
|
110 |
</ul>
|
111 |
</div>
|