Commit
·
9a3a551
1
Parent(s):
acf8dce
theme
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ demo = gr.Interface(
|
|
61 |
["atproto.bsky.social"],
|
62 |
["bsky.app"],
|
63 |
],
|
64 |
-
theme=gr.themes.
|
65 |
)
|
66 |
|
67 |
if __name__ == "__main__":
|
|
|
61 |
["atproto.bsky.social"],
|
62 |
["bsky.app"],
|
63 |
],
|
64 |
+
theme=gr.themes.Default()
|
65 |
)
|
66 |
|
67 |
if __name__ == "__main__":
|