Spaces:
Running
Running
Update app.py
#2
by
munish0838
- opened
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 "
|
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]
|