Update App2.py
Browse files
App2.py
CHANGED
|
@@ -86,7 +86,7 @@ def generate_response(message, history, temperature, top_p, top_k, max_output_to
|
|
| 86 |
return "", history, history
|
| 87 |
|
| 88 |
# Gradio UIの構築
|
| 89 |
-
with gr.Blocks(theme='
|
| 90 |
gr.Markdown("## Gemini AIキャラクターチャット")
|
| 91 |
|
| 92 |
with gr.Tab("チャット"):
|
|
|
|
| 86 |
return "", history, history
|
| 87 |
|
| 88 |
# Gradio UIの構築
|
| 89 |
+
with gr.Blocks(theme='Sakalti/Eternalstar') as demo:
|
| 90 |
gr.Markdown("## Gemini AIキャラクターチャット")
|
| 91 |
|
| 92 |
with gr.Tab("チャット"):
|