Spaces:
Paused
Paused
alan
commited on
Commit
·
7d69234
1
Parent(s):
c250aaf
debug
Browse files
app.py
CHANGED
|
@@ -691,7 +691,7 @@ def synthandreturn(text):
|
|
| 691 |
),
|
| 692 |
}
|
| 693 |
# result = router.predict(text, AVAILABLE_MODELS[model].lower(), api_name="/synthesize")
|
| 694 |
-
if model
|
| 695 |
router = Client(model_links[model])
|
| 696 |
# debug
|
| 697 |
print(model_args[model])
|
|
|
|
| 691 |
),
|
| 692 |
}
|
| 693 |
# result = router.predict(text, AVAILABLE_MODELS[model].lower(), api_name="/synthesize")
|
| 694 |
+
if model in model_kwargs:
|
| 695 |
router = Client(model_links[model])
|
| 696 |
# debug
|
| 697 |
print(model_args[model])
|