yonikremer
commited on
Commit
•
70d3eba
1
Parent(s):
6fb939f
deleted a print statement
Browse files- hanlde_form_submit.py +0 -1
hanlde_form_submit.py
CHANGED
@@ -18,7 +18,6 @@ def create_pipeline(model_name: str, group_size: int) -> GroupedSamplingPipeLine
|
|
18 |
:param group_size: The size of the groups to use.
|
19 |
:return: A pipeline with the given model name and group size.
|
20 |
"""
|
21 |
-
print(f"Starts downloading model: {model_name} from the internet.")
|
22 |
download_repository_start_time = time()
|
23 |
st.write(f"Starts downloading model: {model_name} from the internet.")
|
24 |
download_repository(model_name)
|
|
|
18 |
:param group_size: The size of the groups to use.
|
19 |
:return: A pipeline with the given model name and group size.
|
20 |
"""
|
|
|
21 |
download_repository_start_time = time()
|
22 |
st.write(f"Starts downloading model: {model_name} from the internet.")
|
23 |
download_repository(model_name)
|