Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -78,8 +78,7 @@ demo = gr.ChatInterface(
|
|
| 78 |
gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="Top-p"),
|
| 79 |
],
|
| 80 |
title="⚖️ LegalBuddy AI Draft Demo",
|
| 81 |
-
description="Live demo of LegalBuddy-Qwen-1.5B (Fine-tuned). Type your legal queries or drafting requests below."
|
| 82 |
-
theme="soft"
|
| 83 |
)
|
| 84 |
|
| 85 |
if __name__ == "__main__":
|
|
|
|
| 78 |
gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="Top-p"),
|
| 79 |
],
|
| 80 |
title="⚖️ LegalBuddy AI Draft Demo",
|
| 81 |
+
description="Live demo of LegalBuddy-Qwen-1.5B (Fine-tuned). Type your legal queries or drafting requests below."
|
|
|
|
| 82 |
)
|
| 83 |
|
| 84 |
if __name__ == "__main__":
|