Update app.py
Browse files
app.py
CHANGED
@@ -60,6 +60,7 @@ demo = gr.Interface(
|
|
60 |
examples=[
|
61 |
["atproto.bsky.social"],
|
62 |
["bsky.app"],
|
|
|
63 |
],
|
64 |
theme=gr.themes.Default()
|
65 |
)
|
|
|
60 |
examples=[
|
61 |
["atproto.bsky.social"],
|
62 |
["bsky.app"],
|
63 |
+
["danielvanstrien.bsky.social"],
|
64 |
],
|
65 |
theme=gr.themes.Default()
|
66 |
)
|