Sadjad Alikhani commited on
Commit
a9cf28a
·
verified ·
1 Parent(s): 2a77201

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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"