Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,8 +5,6 @@ from datetime import datetime
|
|
| 5 |
|
| 6 |
now2 = 0
|
| 7 |
nb_models=16
|
| 8 |
-
global test_p
|
| 9 |
-
test_p=False
|
| 10 |
|
| 11 |
def split_models(models,nb_models):
|
| 12 |
models_temp=[]
|
|
@@ -136,6 +134,7 @@ def make_me():
|
|
| 136 |
|
| 137 |
test_button = gr.Button('test', width=30, height=10)
|
| 138 |
test_button.click(test_pass,txt_input_p,group_model_choice)
|
|
|
|
| 139 |
with gr.Row():
|
| 140 |
gr.HTML("""
|
| 141 |
<div class="footer">
|
|
|
|
| 5 |
|
| 6 |
now2 = 0
|
| 7 |
nb_models=16
|
|
|
|
|
|
|
| 8 |
|
| 9 |
def split_models(models,nb_models):
|
| 10 |
models_temp=[]
|
|
|
|
| 134 |
|
| 135 |
test_button = gr.Button('test', width=30, height=10)
|
| 136 |
test_button.click(test_pass,txt_input_p,group_model_choice)
|
| 137 |
+
print(p)
|
| 138 |
with gr.Row():
|
| 139 |
gr.HTML("""
|
| 140 |
<div class="footer">
|