JJRWTH commited on
Commit
acd07e4
·
1 Parent(s): d2d3f28
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -55,7 +55,7 @@ css = """
55
  header = """
56
  # 🌱 EcoDiff Pruned FLUX-Schnell (20% Pruning Ratio)
57
 
58
- We are not able to host two FLUX models in the same space, so we only show the pruned model here.
59
  """
60
 
61
  header_2 = """
@@ -65,7 +65,7 @@ header_2 = """
65
  </div>
66
  """
67
 
68
- with gr.Blocks(css=css) as demo:
69
  gr.Markdown(header)
70
  gr.HTML(header_2)
71
  with gr.Row():
 
55
  header = """
56
  # 🌱 EcoDiff Pruned FLUX-Schnell (20% Pruning Ratio)
57
 
58
+ We are not able to host two FLUX models in the same space, so we only show the pruned model here. **👉 [Click here to compare with the Original FLUX Model](https://huggingface.co/spaces/black-forest-labs/FLUX.1-schnell)**.
59
  """
60
 
61
  header_2 = """
 
65
  </div>
66
  """
67
 
68
+ with gr.Blocks() as demo:
69
  gr.Markdown(header)
70
  gr.HTML(header_2)
71
  with gr.Row():