VictorPerezCarrera commited on
Commit
2d08b53
·
verified ·
1 Parent(s): 2cfa989

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -8,9 +8,10 @@ from Gradio_UI import GradioUI
8
 
9
  # List of alternative models
10
  MODEL_IDS = [
 
11
  'https://wxknx1kg971u7k1n.us-east-1.aws.endpoints.huggingface.cloud',
12
- 'https://jc26mwg228mkj8dw.us-east-1.aws.endpoints.huggingface.cloud',
13
-
14
  ]
15
 
16
  def is_model_overloaded(model_url):
 
8
 
9
  # List of alternative models
10
  MODEL_IDS = [
11
+ 'https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',
12
  'https://wxknx1kg971u7k1n.us-east-1.aws.endpoints.huggingface.cloud',
13
+ 'https://jc26mwg228mkj8dw.us-east-1.aws.endpoints.huggingface.cloud',
14
+
15
  ]
16
 
17
  def is_model_overloaded(model_url):