Sakalti commited on
Commit
dbddd73
·
verified ·
1 Parent(s): 8952ef3

Update App2.py

Browse files
Files changed (1) hide show
  1. App2.py +1 -1
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='Nymbo/Alyx_theme') as demo:
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("チャット"):