remove progress
Browse files
app.py
CHANGED
@@ -524,7 +524,9 @@ examples = [["katip,katipunan",
|
|
524 |
"taft"
|
525 |
]]
|
526 |
|
527 |
-
def main(dataset, model
|
|
|
|
|
528 |
global df
|
529 |
examples = [ "katip,katipunan",
|
530 |
"bgc,bonifacio global city",
|
|
|
524 |
"taft"
|
525 |
]]
|
526 |
|
527 |
+
def main(dataset, model
|
528 |
+
# progress=gr.Progress(track_tqdm=True)
|
529 |
+
):
|
530 |
global df
|
531 |
examples = [ "katip,katipunan",
|
532 |
"bgc,bonifacio global city",
|