Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ def gradio_interface():
|
|
117 |
include_audio=True,
|
118 |
max_length=300,
|
119 |
height='400px',
|
120 |
-
autoplay=
|
121 |
)
|
122 |
social_media_type = gr.Dropdown(
|
123 |
choices=["X (Twitter)", "Facebook", "LinkedIn", "Instagram"],
|
@@ -152,6 +152,7 @@ def gradio_interface():
|
|
152 |
"""
|
153 |
<div class="footer">
|
154 |
<p>Pixeltable is a declarative interface for working with text, images, embeddings, and even video, enabling you to store, transform, index, and iterate on data. Powered solely by <a href="https://github.com/pixeltable/pixeltable" style="text-decoration: underline;" target="_blank">Pixeltable</a> - running OpenAI (gpt-4o-mini-2024-07-18).</a></p>
|
|
|
155 |
</div>
|
156 |
"""
|
157 |
)
|
|
|
117 |
include_audio=True,
|
118 |
max_length=300,
|
119 |
height='400px',
|
120 |
+
autoplay=False
|
121 |
)
|
122 |
social_media_type = gr.Dropdown(
|
123 |
choices=["X (Twitter)", "Facebook", "LinkedIn", "Instagram"],
|
|
|
152 |
"""
|
153 |
<div class="footer">
|
154 |
<p>Pixeltable is a declarative interface for working with text, images, embeddings, and even video, enabling you to store, transform, index, and iterate on data. Powered solely by <a href="https://github.com/pixeltable/pixeltable" style="text-decoration: underline;" target="_blank">Pixeltable</a> - running OpenAI (gpt-4o-mini-2024-07-18).</a></p>
|
155 |
+
<p><a href="https://colab.research.google.com/github/pixeltable/pixeltable/blob/release/docs/release/tutorials/pixeltable-basics.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Colab"></a></p>
|
156 |
</div>
|
157 |
"""
|
158 |
)
|