Spaces:
Runtime error
Runtime error
ShaoTengLiu
commited on
Commit
•
6a65cc1
1
Parent(s):
f527f9c
update two buttons
Browse files- app_training.py +1 -1
app_training.py
CHANGED
@@ -43,7 +43,7 @@ def create_training_demo(trainer: Trainer,
|
|
43 |
with gr.Row():
|
44 |
tuned_model = gr.Text(
|
45 |
label='Path to tuned model',
|
46 |
-
value='xxx/xxx,
|
47 |
max_lines=1)
|
48 |
resolution = gr.Dropdown(choices=['512', '768'],
|
49 |
value='512',
|
|
|
43 |
with gr.Row():
|
44 |
tuned_model = gr.Text(
|
45 |
label='Path to tuned model',
|
46 |
+
value='xxx/xxx',
|
47 |
max_lines=1)
|
48 |
resolution = gr.Dropdown(choices=['512', '768'],
|
49 |
value='512',
|