munish0838 commited on
Commit
6c958fe
·
verified ·
1 Parent(s): 5910ab4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ def submit_link(link):
64
 
65
  # Check if the quant request already exists in the Google Sheet
66
  if check_quant_exists(link):
67
- return "Quant requests have already been made for this model."
68
 
69
  # Extract text after "huggingface.co/"
70
  extracted_text = link.split("https://huggingface.co/")[-1]
 
64
 
65
  # Check if the quant request already exists in the Google Sheet
66
  if check_quant_exists(link):
67
+ return "Quants have already been requested, will soon be uploaded."
68
 
69
  # Extract text after "huggingface.co/"
70
  extracted_text = link.split("https://huggingface.co/")[-1]