Spaces:
Running
Running
Sadjad Alikhani
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,8 @@ def load_custom_model():
|
|
54 |
def process_p_file(uploaded_file, percentage_idx, complexity_idx):
|
55 |
capture = PrintCapture()
|
56 |
sys.stdout = capture # Redirect print statements to capture
|
57 |
-
|
|
|
58 |
try:
|
59 |
model_repo_url = "https://huggingface.co/sadjadalikhani/LWM"
|
60 |
model_repo_dir = "./LWM"
|
|
|
54 |
def process_p_file(uploaded_file, percentage_idx, complexity_idx):
|
55 |
capture = PrintCapture()
|
56 |
sys.stdout = capture # Redirect print statements to capture
|
57 |
+
print("a")
|
58 |
+
print("b")
|
59 |
try:
|
60 |
model_repo_url = "https://huggingface.co/sadjadalikhani/LWM"
|
61 |
model_repo_dir = "./LWM"
|