Update app.py
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ with gr.Blocks(css="#htext span {white-space: pre-line}") as demo:
|
|
128 |
combine_adjacent=True,
|
129 |
adjacent_separator=" ",
|
130 |
)
|
131 |
-
de_file_examples = gr.Examples(examples=[["examples/127.txt"]
|
132 |
|
133 |
|
134 |
de_file_btn.click(
|
|
|
128 |
combine_adjacent=True,
|
129 |
adjacent_separator=" ",
|
130 |
)
|
131 |
+
de_file_examples = gr.Examples(examples=[["examples/127.txt"]], inputs=[de_file])
|
132 |
|
133 |
|
134 |
de_file_btn.click(
|