Spaces:
Running
Running
Sadjad Alikhani
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ def plot_confusion_matrix(y_true, y_pred, title):
|
|
115 |
# Store the original working directory when the app starts
|
116 |
original_dir = os.getcwd()
|
117 |
|
118 |
-
def process_hdf5_file(uploaded_file, percentage_idx
|
119 |
capture = PrintCapture()
|
120 |
sys.stdout = capture # Redirect print statements to capture
|
121 |
|
|
|
115 |
# Store the original working directory when the app starts
|
116 |
original_dir = os.getcwd()
|
117 |
|
118 |
+
def process_hdf5_file(uploaded_file, percentage_idx):
|
119 |
capture = PrintCapture()
|
120 |
sys.stdout = capture # Redirect print statements to capture
|
121 |
|