Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,6 @@ demo = gr.ChatInterface(
|
|
54 |
label="Top-p (核サンプリング)",
|
55 |
),
|
56 |
],
|
57 |
-
theme=gr.themes.BaseTheme(primary_color="#212121") # 背景色を設定
|
58 |
)
|
59 |
|
60 |
if __name__ == "__main__":
|
|
|
54 |
label="Top-p (核サンプリング)",
|
55 |
),
|
56 |
],
|
|
|
57 |
)
|
58 |
|
59 |
if __name__ == "__main__":
|