ValueFX9507 commited on
Commit
ecbb31f
·
verified ·
1 Parent(s): 017debb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -174,9 +174,10 @@ js_script = """
174
  </script>
175
  """
176
 
177
- with gr.Blocks(css=CSS, title="Tifa-Deepsex-COT-14B") as demo:
178
- gr.HTML(f"<h1 id='gpt-title'>Tifa-Deepsex-COT-14B</h1>")
179
  gr.HTML("<p style='text-align: center; color: #666'>请设置你喜欢的角色聊天吧</p>")
 
180
  gr.HTML(js_script) # Add the JavaScript for collapsing behavior
181
 
182
  with gr.Row():
 
174
  </script>
175
  """
176
 
177
+ with gr.Blocks(css=CSS, title="Tifa-Deepsex-COT-14B-Q4") as demo:
178
+ gr.HTML(f"<h1 id='gpt-title'>Tifa-Deepsex-COT-14B-Q4</h1>")
179
  gr.HTML("<p style='text-align: center; color: #666'>请设置你喜欢的角色聊天吧</p>")
180
+ gr.HTML("<p style='text-align: center; color: #666'>速度慢是因为huggingface限制,与API无关。</p>")
181
  gr.HTML(js_script) # Add the JavaScript for collapsing behavior
182
 
183
  with gr.Row():