yetessam commited on
Commit
826fb71
·
verified ·
1 Parent(s): 8f16109

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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))