Upload app.py
Browse files
app.py
CHANGED
@@ -280,13 +280,13 @@ def make_me():
|
|
280 |
group_model_choice.change(choice_group_b,group_model_choice,output)
|
281 |
group_model_choice.change(choice_group_c,group_model_choice,current_models)
|
282 |
"""group_model_choice.change(choice_group_d,(gen_button,stop_button,output,current_models,txt_input),gen_event)"""
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
-
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
with gr.Row():
|
291 |
gr.HTML("""
|
292 |
<div class="footer">
|
|
|
280 |
group_model_choice.change(choice_group_b,group_model_choice,output)
|
281 |
group_model_choice.change(choice_group_c,group_model_choice,current_models)
|
282 |
"""group_model_choice.change(choice_group_d,(gen_button,stop_button,output,current_models,txt_input),gen_event)"""
|
283 |
+
with gr.Row():
|
284 |
+
#txt_input_p = gr.Textbox(label='test', lines=1, width=300, max_height=100)
|
285 |
+
txt_input_p = gr.Textbox(label='test', lines=1)
|
286 |
+
|
287 |
+
#test_button = gr.Button('test', width=30, height=10)
|
288 |
+
test_button = gr.Button('test')
|
289 |
+
test_button.click(test_pass,txt_input_p,group_model_choice)
|
290 |
with gr.Row():
|
291 |
gr.HTML("""
|
292 |
<div class="footer">
|