Spaces:
Sleeping
Sleeping
xindus-trained
Browse files
app.py
CHANGED
@@ -125,7 +125,7 @@ iface = gr.Interface(
|
|
125 |
],
|
126 |
outputs=gr.Textbox(lines=3, label="Summary (truncated to character limit)"),
|
127 |
title="🔥 Fast Summarizer (GPU-Optimized)",
|
128 |
-
description="Summarizes input using Hugging Face models with ZeroGPU
|
129 |
)
|
130 |
|
131 |
iface.launch()
|
|
|
125 |
],
|
126 |
outputs=gr.Textbox(lines=3, label="Summary (truncated to character limit)"),
|
127 |
title="🔥 Fast Summarizer (GPU-Optimized)",
|
128 |
+
description="Summarizes input using Hugging Face models with ZeroGPU. Now faster with CUDA, float16, and warm start!"
|
129 |
)
|
130 |
|
131 |
iface.launch()
|