OpceanAI commited on
Commit
1addc19
Β·
verified Β·
1 Parent(s): 804a6b6

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1075,6 +1075,8 @@ with gr.Blocks(
1075
  """)
1076
 
1077
  # ─── Chat Section ─────────────────────────────────────────────────────
 
 
1078
  with gr.Column(elem_classes="chat-section"):
1079
  gr.HTML("""
1080
  <div class="chat-container" id="chat">
@@ -1086,8 +1088,6 @@ with gr.Blocks(
1086
  </div>
1087
  """)
1088
 
1089
- login_btn = gr.LoginButton("Iniciar sesiΓ³n con Hugging Face", elem_classes="auth-login-btn")
1090
-
1091
  gr.load(
1092
  "models/OpceanAI/Yuuki-RxG",
1093
  accept_token=login_btn,
 
1075
  """)
1076
 
1077
  # ─── Chat Section ─────────────────────────────────────────────────────
1078
+ login_btn = gr.LoginButton("Iniciar sesiΓ³n con Hugging Face", elem_classes="auth-login-btn")
1079
+
1080
  with gr.Column(elem_classes="chat-section"):
1081
  gr.HTML("""
1082
  <div class="chat-container" id="chat">
 
1088
  </div>
1089
  """)
1090
 
 
 
1091
  gr.load(
1092
  "models/OpceanAI/Yuuki-RxG",
1093
  accept_token=login_btn,