Spaces:
Sleeping
Sleeping
xindus-trained
Browse files
app.py
CHANGED
|
@@ -124,7 +124,7 @@ iface = gr.Interface(
|
|
| 124 |
gr.Slider(minimum=30, maximum=200, value=65, step=1, label="Max Character Limit")
|
| 125 |
],
|
| 126 |
outputs=gr.Textbox(lines=3, label="Summary (truncated to character limit)"),
|
| 127 |
-
title="🔥
|
| 128 |
description="Summarizes input using Hugging Face models with ZeroGPU. Now faster with CUDA, float16, and warm start!"
|
| 129 |
)
|
| 130 |
|
|
|
|
| 124 |
gr.Slider(minimum=30, maximum=200, value=65, step=1, label="Max Character Limit")
|
| 125 |
],
|
| 126 |
outputs=gr.Textbox(lines=3, label="Summary (truncated to character limit)"),
|
| 127 |
+
title="🔥 Xindus Summarizer (GPU-Optimized)",
|
| 128 |
description="Summarizes input using Hugging Face models with ZeroGPU. Now faster with CUDA, float16, and warm start!"
|
| 129 |
)
|
| 130 |
|