Translate
Browse files
app.py
CHANGED
@@ -84,8 +84,8 @@ with gr.Blocks() as demo:
|
|
84 |
)
|
85 |
|
86 |
prompt_input = gr.Textbox(
|
87 |
-
value="
|
88 |
-
label="
|
89 |
)
|
90 |
|
91 |
output_text = gr.Textbox(label="Model's response")
|
|
|
84 |
)
|
85 |
|
86 |
prompt_input = gr.Textbox(
|
87 |
+
value="Description",
|
88 |
+
label="Your description"
|
89 |
)
|
90 |
|
91 |
output_text = gr.Textbox(label="Model's response")
|