madankn79 commited on
Commit
826f4b1
·
1 Parent(s): 7ee2762

xindus-trained

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="🔥 Fast Summarizer (GPU-Optimized)",
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