Spaces:
Sleeping
Sleeping
kingabzpro
commited on
Commit
·
7256564
1
Parent(s):
c5a7581
Update Gradio/app.py
Browse files- Gradio/app.py +1 -1
Gradio/app.py
CHANGED
@@ -68,7 +68,7 @@ def main():
|
|
68 |
description=description,
|
69 |
article=article,
|
70 |
examples=examples,
|
71 |
-
theme="
|
72 |
)
|
73 |
|
74 |
iface.launch(enable_queue=True)
|
|
|
68 |
description=description,
|
69 |
article=article,
|
70 |
examples=examples,
|
71 |
+
theme="gradio/seafoam",
|
72 |
)
|
73 |
|
74 |
iface.launch(enable_queue=True)
|