Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,5 +22,6 @@ iface = gr.Interface(fn=clone,
|
|
22 |
description="""
|
23 |
❤️
|
24 |
""",
|
25 |
-
theme = gr.themes.Base(primary_hue="teal",secondary_hue="teal",neutral_hue="slate")
|
|
|
26 |
iface.launch()
|
|
|
22 |
description="""
|
23 |
❤️
|
24 |
""",
|
25 |
+
theme = gr.themes.Base(primary_hue="teal",secondary_hue="teal",neutral_hue="slate")
|
26 |
+
)
|
27 |
iface.launch()
|