Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -3,14 +3,6 @@ import gradio as gr
|
|
3 |
from convert import convert
|
4 |
|
5 |
DESCRIPTION = """
|
6 |
-
|
7 |
-
<div style="display: flex; flex-wrap: wrap; gap: 2px;">
|
8 |
-
<img src="https://img.shields.io/badge/%F0%9F%94%A5%20Refiner%20Compatible-Yes-success">
|
9 |
-
<img src="https://img.shields.io/badge/%F0%9F%92%BB%20CLIP--ViT%2FG%20and%20CLIP--ViT%2FL%20tested-Yes-success">
|
10 |
-
</div>
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
🔥🔥🔥 Tested ON:
|
15 |
|
16 |
<div style="display: flex; flex-wrap: wrap; gap: 10px; align-items: center;">
|
@@ -29,6 +21,7 @@ The steps are the following:
|
|
29 |
|
30 |
⚠️ If you encounter weird error messages, please have a look into the Logs and feel free to open a PR to correct the error messages.
|
31 |
<img src="https://img.shields.io/badge/Tested%20on-SDXL%200.9%20%26%20FFXL%200.001-blue">
|
|
|
32 |
<div style="display: flex; flex-wrap: wrap; gap: 2px;">
|
33 |
<a href="https://huggingface.co/FFusion/FFusion-BaSE" target="_new" rel="ugc"><img src="https://img.shields.io/badge/Hugging%20Face-FFusion--BaSE-blue" alt="Hugging Face Model"></a>
|
34 |
<a href="https://github.com/1e-2" target="_new" rel="ugc"><img src="https://img.shields.io/badge/GitHub-1e--2-green" alt="GitHub"></a>
|
|
|
3 |
from convert import convert
|
4 |
|
5 |
DESCRIPTION = """
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
🔥🔥🔥 Tested ON:
|
7 |
|
8 |
<div style="display: flex; flex-wrap: wrap; gap: 10px; align-items: center;">
|
|
|
21 |
|
22 |
⚠️ If you encounter weird error messages, please have a look into the Logs and feel free to open a PR to correct the error messages.
|
23 |
<img src="https://img.shields.io/badge/Tested%20on-SDXL%200.9%20%26%20FFXL%200.001-blue">
|
24 |
+
|
25 |
<div style="display: flex; flex-wrap: wrap; gap: 2px;">
|
26 |
<a href="https://huggingface.co/FFusion/FFusion-BaSE" target="_new" rel="ugc"><img src="https://img.shields.io/badge/Hugging%20Face-FFusion--BaSE-blue" alt="Hugging Face Model"></a>
|
27 |
<a href="https://github.com/1e-2" target="_new" rel="ugc"><img src="https://img.shields.io/badge/GitHub-1e--2-green" alt="GitHub"></a>
|