Update app.py
Browse files
app.py
CHANGED
|
@@ -54,10 +54,10 @@ def respond_stream(user_input):
|
|
| 54 |
|
| 55 |
# Build Gradio interface
|
| 56 |
with gr.Blocks() as demo:
|
| 57 |
-
gr.Markdown("## 🤖
|
| 58 |
|
| 59 |
with gr.Column():
|
| 60 |
-
user_input = gr.Textbox(label="Input Text", lines=15, placeholder="Paste your full input here
|
| 61 |
|
| 62 |
output_box = gr.Textbox(label="Model Response", lines=15, interactive=False)
|
| 63 |
generate_btn = gr.Button("Generate")
|
|
|
|
| 54 |
|
| 55 |
# Build Gradio interface
|
| 56 |
with gr.Blocks() as demo:
|
| 57 |
+
gr.Markdown("## 🤖 Sleep trained Qwen3-14b")
|
| 58 |
|
| 59 |
with gr.Column():
|
| 60 |
+
user_input = gr.Textbox(label="Input Text", lines=15, placeholder="Paste your full input here")
|
| 61 |
|
| 62 |
output_box = gr.Textbox(label="Model Response", lines=15, interactive=False)
|
| 63 |
generate_btn = gr.Button("Generate")
|