Spaces:
Running on Zero
Running on Zero
Daryl Lim commited on
Commit ·
0758e3a
1
Parent(s): 8ff0bfd
feat: switch theme from Soft to Ocean
Browse files
app.py
CHANGED
|
@@ -148,7 +148,7 @@ demo = _build_demo()
|
|
| 148 |
|
| 149 |
|
| 150 |
def main() -> None:
|
| 151 |
-
demo.launch(theme=gr.themes.
|
| 152 |
|
| 153 |
|
| 154 |
if __name__ == "__main__":
|
|
|
|
| 148 |
|
| 149 |
|
| 150 |
def main() -> None:
|
| 151 |
+
demo.launch(theme=gr.themes.Ocean())
|
| 152 |
|
| 153 |
|
| 154 |
if __name__ == "__main__":
|