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

xindus-trained

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 support. Now faster with CUDA, float16, and warm start!"
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()