Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -675,6 +675,8 @@ def get_models_data(progress=gr.Progress()):
|
|
675 |
return error_fig, error_html, empty_df
|
676 |
|
677 |
target_spaces = {
|
|
|
|
|
678 |
"Heartsync/flux-lora-homer": "https://huggingface.co/spaces/Heartsync/flux-lora-homer",
|
679 |
"fantos/flux-lora-gogh": "https://huggingface.co/spaces/fantos/flux-lora-gogh",
|
680 |
"fantos/flux-lora-cezanne": "https://huggingface.co/spaces/fantos/flux-lora-cezanne",
|
|
|
675 |
return error_fig, error_html, empty_df
|
676 |
|
677 |
target_spaces = {
|
678 |
+
|
679 |
+
"ginigen/Every-Text": "https://huggingface.co/spaces/ginigen/Every-Text",
|
680 |
"Heartsync/flux-lora-homer": "https://huggingface.co/spaces/Heartsync/flux-lora-homer",
|
681 |
"fantos/flux-lora-gogh": "https://huggingface.co/spaces/fantos/flux-lora-gogh",
|
682 |
"fantos/flux-lora-cezanne": "https://huggingface.co/spaces/fantos/flux-lora-cezanne",
|