Spaces:
Sleeping
Sleeping
Ashhar
commited on
Commit
·
4ae6860
1
Parent(s):
b24e527
debug :(
Browse files
app.py
CHANGED
@@ -115,18 +115,18 @@ with gr.Blocks(css=css, title="Create interesting sentences on the fly ✈") as
|
|
115 |
)
|
116 |
output_box = gr.Markdown(
|
117 |
label="Output Sentence"
|
118 |
-
)
|
119 |
|
120 |
copy_button = gr.Button("Use Output", variant="primary")
|
121 |
|
122 |
-
input_box.change(
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
)
|
130 |
|
131 |
copy_button.click(
|
132 |
fn=lambda x: x,
|
|
|
115 |
)
|
116 |
output_box = gr.Markdown(
|
117 |
label="Output Sentence"
|
118 |
+
)
|
119 |
|
120 |
copy_button = gr.Button("Use Output", variant="primary")
|
121 |
|
122 |
+
# input_box.change(
|
123 |
+
# fn=autocomplete,
|
124 |
+
# inputs=input_box,
|
125 |
+
# outputs=output_box,
|
126 |
+
# show_progress="hidden",
|
127 |
+
# api_name=None,
|
128 |
+
# queue=True,
|
129 |
+
# )
|
130 |
|
131 |
copy_button.click(
|
132 |
fn=lambda x: x,
|