NCTCMumbai commited on
Commit
fd4f5bd
·
verified ·
1 Parent(s): 75f868d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -209,12 +209,11 @@ article="<p style='color:black;text-align:right;font-size:1vw;'>Powered by NCTC
209
 
210
  # Get the absolute path by combining the current working directory with the relative path
211
  absolute_path_1 = os.path.abspath(checkpoint_filepath)
212
- absolute_path_2 = os.path.abspath('./CTH_WISE_DUTY_RATE.csv)
213
 
214
  # Print the absolute path
215
  print("Absolute path:", absolute_path)
216
 
217
- blocked_files=[absolute_path_1,absolute_path_2]
218
 
219
  gr.Interface(
220
  predict_CTH,
 
209
 
210
  # Get the absolute path by combining the current working directory with the relative path
211
  absolute_path_1 = os.path.abspath(checkpoint_filepath)
 
212
 
213
  # Print the absolute path
214
  print("Absolute path:", absolute_path)
215
 
216
+ blocked_files=[absolute_path_1]
217
 
218
  gr.Interface(
219
  predict_CTH,