Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -148,7 +148,7 @@ theme = gr.themes.Default(
|
|
148 |
|
149 |
# A URL to a freely licensed image of a Eurasian Jay (S贸jka)
|
150 |
# Source: Wikimedia Commons, CC BY-SA 4.0
|
151 |
-
JAY_IMAGE_URL = "https://
|
152 |
|
153 |
with gr.Blocks(theme=theme, css=".gradio-container {max-width: 960px !important; margin: auto;}") as demo:
|
154 |
# Header
|
|
|
148 |
|
149 |
# A URL to a freely licensed image of a Eurasian Jay (S贸jka)
|
150 |
# Source: Wikimedia Commons, CC BY-SA 4.0
|
151 |
+
JAY_IMAGE_URL = "https://sojka.m31ai.pl/sojka.png"
|
152 |
|
153 |
with gr.Blocks(theme=theme, css=".gradio-container {max-width: 960px !important; margin: auto;}") as demo:
|
154 |
# Header
|