hysts HF Staff commited on
Commit
f15c490
·
1 Parent(s): 392a4a1
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -56,7 +56,6 @@ custom_theme = gr.themes.Soft(
56
  ).set(
57
  button_primary_background_fill="*primary_600",
58
  button_primary_background_fill_hover="*primary_700",
59
- button_primary_text_weight="600",
60
  block_title_text_weight="600",
61
  block_label_text_weight="500",
62
  )
@@ -148,15 +147,15 @@ custom_css = """
148
  .header-title {
149
  font-size: 1.5rem;
150
  }
151
-
152
  .header-subtitle {
153
  font-size: 0.875rem;
154
  }
155
-
156
  .main-card {
157
  padding: 1rem;
158
  }
159
-
160
  .gradio-container {
161
  padding: 0.5rem !important;
162
  }
@@ -241,7 +240,7 @@ with gr.Blocks(fill_height=False) as demo:
241
  gr.HTML("""
242
  <div class="footer-container">
243
  <p>
244
- Built with <a href="https://huggingface.co/spaces/akhaliq/anycoder" class="footer-link" target="_blank">anycoder</a> •
245
  Powered by <a href="https://huggingface.co/kyutai/stt-2.6b-en-trfs" class="footer-link" target="_blank">Kyutai STT 2.6B</a>
246
  </p>
247
  </div>
 
56
  ).set(
57
  button_primary_background_fill="*primary_600",
58
  button_primary_background_fill_hover="*primary_700",
 
59
  block_title_text_weight="600",
60
  block_label_text_weight="500",
61
  )
 
147
  .header-title {
148
  font-size: 1.5rem;
149
  }
150
+
151
  .header-subtitle {
152
  font-size: 0.875rem;
153
  }
154
+
155
  .main-card {
156
  padding: 1rem;
157
  }
158
+
159
  .gradio-container {
160
  padding: 0.5rem !important;
161
  }
 
240
  gr.HTML("""
241
  <div class="footer-container">
242
  <p>
243
+ Built with <a href="https://huggingface.co/spaces/akhaliq/anycoder" class="footer-link" target="_blank">anycoder</a> •
244
  Powered by <a href="https://huggingface.co/kyutai/stt-2.6b-en-trfs" class="footer-link" target="_blank">Kyutai STT 2.6B</a>
245
  </p>
246
  </div>