Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
FartLabs/FART
North-Sage
/
FART
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
North-Sage
commited on
Jan 15
Commit
45c12ba
·
verified
·
1 Parent(s):
ba02db4
theme dark
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -119,6 +119,7 @@ iface = gr.Interface(
119
</p>
120
</section>
121
""",
122
)
123
124
iface.launch()
119
</p>
120
</section>
121
""",
122
+
theme="dark" # <--- Simple built-in theme
123
)
124
125
iface.launch()