Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -41,11 +41,7 @@ description = """
|
|
41 |
</p>
|
42 |
"""
|
43 |
|
44 |
-
theme
|
45 |
-
# neutral_hue=gr.themes.Color(c100="#f3f4f6", c200="#e5e7eb", c300="#d1d5db", c400="#9ca3af", c50="#ecf1e8", c500="#6b7280", c600="#4b5563", c700="#374151", c800="#1f2937", c900="#1E2D2F", c950="#1E2D2F"),
|
46 |
-
primary_hue="gray",
|
47 |
-
#neutral_hue=gr.themes.Color(c100="#f3f4f6", c200="#e5e7eb", c300="#d1d5db", c400="#9ca3af", c50="#ecf1e8", c500="#1E2D2F", c600="#1E2D2F", c700="#374151", c800="#1f2937", c900="#111827", c950="#0b0f19"),
|
48 |
-
)
|
49 |
|
50 |
# Gradioインターフェースの定義
|
51 |
iface = gr.Interface(
|
|
|
41 |
</p>
|
42 |
"""
|
43 |
|
44 |
+
theme='JohnSmith9982/small_and_pretty'
|
|
|
|
|
|
|
|
|
45 |
|
46 |
# Gradioインターフェースの定義
|
47 |
iface = gr.Interface(
|