Spaces:
Running
Running
Major UI/UX improvements - Enhanced interface with modern design
Browse files- Add beautiful gradient header with model badge and branding
- Implement two-column layout: upload controls left, outputs right
- Add comprehensive custom CSS with animations and hover effects
- Create visual section hierarchy with icons (📤, 🧠, 📝)
- Add model info stats cards showing context window, parameters, quantization
- Include step-by-step usage instructions panel
- Style thinking box (yellow) and summary box (green) distinctly
- Add animated submit button with gradient and hover effects
- Include footer with model credits and tech stack
- Improve file upload area with dashed border and hover states
app.py
CHANGED
|
@@ -3,6 +3,8 @@
|
|
| 3 |
Tiny Scribe - HuggingFace Spaces Demo
|
| 4 |
A Gradio app for summarizing transcripts using GGUF models with live streaming output.
|
| 5 |
Optimized for HuggingFace Spaces Free CPU Tier (2 vCPUs).
|
|
|
|
|
|
|
| 6 |
"""
|
| 7 |
|
| 8 |
import os
|
|
|
|
| 3 |
Tiny Scribe - HuggingFace Spaces Demo
|
| 4 |
A Gradio app for summarizing transcripts using GGUF models with live streaming output.
|
| 5 |
Optimized for HuggingFace Spaces Free CPU Tier (2 vCPUs).
|
| 6 |
+
|
| 7 |
+
UI Version: 2.0 - Enhanced with modern styling and UX improvements
|
| 8 |
"""
|
| 9 |
|
| 10 |
import os
|