Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -182,7 +182,8 @@ def create_gradio_interface():
|
|
| 182 |
Explore how everyday objects evolved over time. Enter an object name like "phone", "car", or "bicycle"
|
| 183 |
and see its past, present, and future visualized with AI!
|
| 184 |
""")
|
| 185 |
-
gr.Markdown("<span style='color: red;'>Note:
|
|
|
|
| 186 |
|
| 187 |
|
| 188 |
default_images = [
|
|
|
|
| 182 |
Explore how everyday objects evolved over time. Enter an object name like "phone", "car", or "bicycle"
|
| 183 |
and see its past, present, and future visualized with AI!
|
| 184 |
""")
|
| 185 |
+
#gr.Markdown("<span style='color: red;'>Note: If you experience issues connecting to the API while using the HF Space, try running the tool in this Colab Notebook instead — it may resolve the issue. <a href='https://colab.research.google.com/drive/1aKBJWkRBKhW8VFEu8p1zaxJr9VDzPaRz?usp=sharing' target='_blank'>Open Notebook</a>.</span>")
|
| 186 |
+
gr.HTML("<p style='color: red; font-weight: bold;'>🚨 Note: If you experience issues connecting to the API while using the HF Space, try running the tool in this Colab Notebook — it may resolve the issue. <a href='https://colab.research.google.com/drive/1aKBJWkRBKhW8VFEu8p1zaxJr9VDzPaRz?usp=sharing' target='_blank' style='color: red; text-decoration: underline;'>Open Notebook</a>.</p>")
|
| 187 |
|
| 188 |
|
| 189 |
default_images = [
|