Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def process_inputs(model_id, q_method, email, oauth_token: gr.OAuthToken | None,
|
|
16 |
if input_hash in processed_inputs and processed_inputs[input_hash] == 200:
|
17 |
return "This request has already been submitted successfully. Please do not submit the same request multiple times."
|
18 |
|
19 |
-
url = "http://34.145.90.37:8360/convert_to_gguf_convert__to_gguf_post"
|
20 |
|
21 |
params = {
|
22 |
"repository_url": f"https://huggingface.co/{model_id}",
|
|
|
16 |
if input_hash in processed_inputs and processed_inputs[input_hash] == 200:
|
17 |
return "This request has already been submitted successfully. Please do not submit the same request multiple times."
|
18 |
|
19 |
+
url = "http://34.145.90.37:8360/docs#/default/convert_to_gguf_convert__to_gguf_post"
|
20 |
|
21 |
params = {
|
22 |
"repository_url": f"https://huggingface.co/{model_id}",
|