Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -201,7 +201,7 @@ def chat_stream(user_input, history_text):
|
|
201 |
history_text + f"μ¬μ©μ: {user_input}\nKeraLux: {partial_text}\n"
|
202 |
|
203 |
with gr.Blocks() as demo:
|
204 |
-
gr.Markdown("### π
|
205 |
|
206 |
textbox = gr.Textbox(placeholder="λ©μμ§λ₯Ό μ
λ ₯νμΈμ", lines=1)
|
207 |
output_area = gr.Textbox(label="λν κΈ°λ‘", lines=20, interactive=False)
|
|
|
201 |
history_text + f"μ¬μ©μ: {user_input}\nKeraLux: {partial_text}\n"
|
202 |
|
203 |
with gr.Blocks() as demo:
|
204 |
+
gr.Markdown("### π KeLux Textbot with Streaming")
|
205 |
|
206 |
textbox = gr.Textbox(placeholder="λ©μμ§λ₯Ό μ
λ ₯νμΈμ", lines=1)
|
207 |
output_area = gr.Textbox(label="λν κΈ°λ‘", lines=20, interactive=False)
|