Spaces:
Running
Running
Sadjad Alikhani
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ RAW_PATH = os.path.join("images", "raw")
|
|
16 |
EMBEDDINGS_PATH = os.path.join("images", "embeddings")
|
17 |
|
18 |
# Specific values for percentage of data for training
|
19 |
-
percentage_values = (np.arange(9) + 1)*
|
20 |
|
21 |
# Custom class to capture print output
|
22 |
class PrintCapture(io.StringIO):
|
|
|
16 |
EMBEDDINGS_PATH = os.path.join("images", "embeddings")
|
17 |
|
18 |
# Specific values for percentage of data for training
|
19 |
+
percentage_values = (np.arange(9) + 1)*10
|
20 |
|
21 |
# Custom class to capture print output
|
22 |
class PrintCapture(io.StringIO):
|