Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def model(input):
|
|
37 |
|
38 |
with gr.Blocks() as demo:
|
39 |
|
40 |
-
inputs = gr.Textbox(placeholder="Let Chat")
|
41 |
outputs = gr.Textbox()
|
42 |
inputs.change(model, inputs, outputs)
|
43 |
|
|
|
37 |
|
38 |
with gr.Blocks() as demo:
|
39 |
|
40 |
+
inputs = gr.Textbox(placeholder="Let Chat",value="Hi there")
|
41 |
outputs = gr.Textbox()
|
42 |
inputs.change(model, inputs, outputs)
|
43 |
|