Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ from Gradio_UI import GradioUI
|
|
19 |
# Prechecks
|
20 |
|
21 |
# Get the URI for the endpoint
|
22 |
-
endpoint_uri = load_huggingface_model
|
23 |
|
24 |
print(endpoint_uri)
|
25 |
print(is_public_endpoint(endpoint_uri))
|
|
|
19 |
# Prechecks
|
20 |
|
21 |
# Get the URI for the endpoint
|
22 |
+
endpoint_uri = load_huggingface_model()
|
23 |
|
24 |
print(endpoint_uri)
|
25 |
print(is_public_endpoint(endpoint_uri))
|