Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -59,6 +59,7 @@ if is_huggingface_endpoint(my_id):
|
|
59 |
print("This is a Hugging Face Inference Endpoint.")
|
60 |
else:
|
61 |
print("This is NOT a Hugging Face Inference Endpoint.")
|
|
|
62 |
|
63 |
|
64 |
'''
|
|
|
59 |
print("This is a Hugging Face Inference Endpoint.")
|
60 |
else:
|
61 |
print("This is NOT a Hugging Face Inference Endpoint.")
|
62 |
+
sys.exit(1) # Stop execution if the endpoint is not valid
|
63 |
|
64 |
|
65 |
'''
|