Update app.py
Browse files
app.py
CHANGED
@@ -183,7 +183,7 @@ def create_gradio_interface():
|
|
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
|
187 |
|
188 |
|
189 |
default_images = [
|
|
|
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 HFSpace), If that happens feel free to run the exact same app/code in this Colab Notebook(it solve 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 = [
|