Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
a916148
1
Parent(s):
89ba3cb
Update app.py
Browse files
app.py
CHANGED
|
@@ -205,7 +205,7 @@ def start_training(
|
|
| 205 |
local_rank,
|
| 206 |
dataset_folder,
|
| 207 |
#token,
|
| 208 |
-
progress
|
| 209 |
oauth_token: gr.OAuthToken | None
|
| 210 |
):
|
| 211 |
if(oauth_token is None):
|
|
|
|
| 205 |
local_rank,
|
| 206 |
dataset_folder,
|
| 207 |
#token,
|
| 208 |
+
progress: gr.Progress(track_tqdm=True),
|
| 209 |
oauth_token: gr.OAuthToken | None
|
| 210 |
):
|
| 211 |
if(oauth_token is None):
|