Detsutut commited on
Commit
726b7ed
1 Parent(s): d0b2728

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ temperature = gr.Slider(minimum=0.1, maximum=2.0, value=1.0, step=0.1, label="Te
38
  top_p = gr.Slider(minimum=0.0, maximum=1.0, value=0.95, step=0.01, label="Top-p")
39
  split_output = gr.Checkbox(label="Quick single-sentence output", value=True)
40
 
41
- with gr.Blocks(css="#outbox { border-radius: 8px !important; border: 1px solid #e5e7eb !important;}") as iface:
42
  gr.Markdown("# Igea Text Generation Interface ⚕️🩺")
43
  gr.Markdown("⚠️ 🐢💬 This model runs on a **hardware-limited**, free-tier HuggingFace space, resulting in a **low output token throughput** (approx. 1 token/s)")
44
  input_text.render()
 
38
  top_p = gr.Slider(minimum=0.0, maximum=1.0, value=0.95, step=0.01, label="Top-p")
39
  split_output = gr.Checkbox(label="Quick single-sentence output", value=True)
40
 
41
+ with gr.Blocks(css="#outbox { border-radius: 8px !important; border: 1px solid #e5e7eb !important; padding: 8px !important; text-align:center !important;}") as iface:
42
  gr.Markdown("# Igea Text Generation Interface ⚕️🩺")
43
  gr.Markdown("⚠️ 🐢💬 This model runs on a **hardware-limited**, free-tier HuggingFace space, resulting in a **low output token throughput** (approx. 1 token/s)")
44
  input_text.render()