Spaces:
Configuration error
Configuration error
root
commited on
Commit
·
8e82a6c
1
Parent(s):
6db2959
fixed count_file error
Browse files
app.py
CHANGED
@@ -98,7 +98,7 @@ def count_files(*inputs):
|
|
98 |
if(type_of_thing == "person" and Training_Steps > 2400):
|
99 |
Training_Steps = 2400 #Avoid overfitting on person faces
|
100 |
if(is_spaces):
|
101 |
-
if(selected_model == "v1-5"):
|
102 |
its = 1.1
|
103 |
if(experimental_faces):
|
104 |
its = 1
|
|
|
98 |
if(type_of_thing == "person" and Training_Steps > 2400):
|
99 |
Training_Steps = 2400 #Avoid overfitting on person faces
|
100 |
if(is_spaces):
|
101 |
+
if(selected_model == "v1-5" or selected_model == "alt" or selected_model == "alt_m9"):
|
102 |
its = 1.1
|
103 |
if(experimental_faces):
|
104 |
its = 1
|