Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ with gr.Blocks(theme=gr.themes.Monochrome()) as demo:
|
|
90 |
gr.HTML(
|
91 |
"""
|
92 |
<p>
|
93 |
-
<a href="https://github.com/pixeltable/pixeltable" target="_blank" style="color: #
|
94 |
</p>
|
95 |
"""
|
96 |
)
|
@@ -98,8 +98,8 @@ with gr.Blocks(theme=gr.themes.Monochrome()) as demo:
|
|
98 |
# Add the disclaimer
|
99 |
gr.HTML(
|
100 |
"""
|
101 |
-
<div style="background-color: #
|
102 |
-
<strong style="color: #
|
103 |
</div>
|
104 |
"""
|
105 |
)
|
|
|
90 |
gr.HTML(
|
91 |
"""
|
92 |
<p>
|
93 |
+
<a href="https://github.com/pixeltable/pixeltable" target="_blank" style="color: #4D148C; text-decoration: none; font-weight: bold;">Pixeltable</a> is a declarative interface for working with text, images, embeddings, and even video, enabling you to store, transform, index, and iterate on data.
|
94 |
</p>
|
95 |
"""
|
96 |
)
|
|
|
98 |
# Add the disclaimer
|
99 |
gr.HTML(
|
100 |
"""
|
101 |
+
<div style="background-color: #E5DDD4; border: 1px solid #e9ecef; color: #000000; border-radius: 8px; padding: 15px; margin-bottom: 20px;">
|
102 |
+
<strong style="color: #000000">Disclaimer:</strong> This app is best run on your own hardware with a GPU for optimal performance. This Hugging Face Space uses the free tier (2vCPU, 16GB RAM), which may result in slower processing times, especially for large video files. If you wish to use this app with your own hardware for improved performance, you can <a href="https://huggingface.co/spaces/Pixeltable/Multi-LLM-RAG-with-Groundtruth-Comparison/duplicate" target="_blank" style="color: #4D148C; text-decoration: none; font-weight: bold;">duplicate this Hugging Face Space</a> and run it locally, or use Google Colab with the Free limited GPU support.
|
103 |
</div>
|
104 |
"""
|
105 |
)
|