Spaces:
Running
Running
Update text
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def setup_model(model_name, intial=False):
|
|
29 |
|
30 |
_model_hf_name = model_config.get("MODEL_HF_URL").split('https://huggingface.co/')[1]
|
31 |
_link = f"<a href='{model_config.get('MODEL_HF_URL')}{COMMUNITY_POSTFIX_URL}' target='_blank'>{_model_hf_name}</a>"
|
32 |
-
_description = f"
|
33 |
|
34 |
print(f"Switched to model {_model_hf_name}")
|
35 |
|
|
|
29 |
|
30 |
_model_hf_name = model_config.get("MODEL_HF_URL").split('https://huggingface.co/')[1]
|
31 |
_link = f"<a href='{model_config.get('MODEL_HF_URL')}{COMMUNITY_POSTFIX_URL}' target='_blank'>{_model_hf_name}</a>"
|
32 |
+
_description = f"We'd love to hear your thoughts on the model. Click here to provide feedback - {_link}"
|
33 |
|
34 |
print(f"Switched to model {_model_hf_name}")
|
35 |
|