WiNE-iNEFF commited on
Commit
b46af82
·
verified ·
1 Parent(s): 87a76f1

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ interface = gr.Blocks()
99
  with interface:
100
  gr.HTML(f"""
101
  <h1 style="min-width: 100%; text-align: center;">Mineskin Diffusion</h1>
102
- <p>This space run with {f"<b>{device.upper()}</b>." if device != "cpu" else f"<b>{device.upper()}</b>. This space will be work very slow. Pleasy use a <a href="https://colab.research.google.com/#fileId=https%3A//huggingface.co/WiNE-iNEFF/Mineskin-Diffusion-v1.0/MineskinDiffusion.ipynb" style="text-decoration: none; color: orange;">Google Colab notebook</a> for get fully experience of model or dublicate this space with your devices"}</p>
103
  """)
104
  with gr.Tabs():
105
  with gr.TabItem("v1.0"):
 
99
  with interface:
100
  gr.HTML(f"""
101
  <h1 style="min-width: 100%; text-align: center;">Mineskin Diffusion</h1>
102
+ <p>This space run with {f"<b>{device.upper()}</b>." if device != "cpu" else f"<b>{device.upper()}</b>. This space will be work very slow. Pleasy use a <a href='https://colab.research.google.com/#fileId=https%3A//huggingface.co/WiNE-iNEFF/Mineskin-Diffusion-v1.0/MineskinDiffusion.ipynb' style='text-decoration: none; color: orange;'>Google Colab notebook</a> for get fully experience of model or dublicate this space with your devices"}</p>
103
  """)
104
  with gr.Tabs():
105
  with gr.TabItem("v1.0"):