Spaces:
Running
Running
Upload app.py
Browse files
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=
|
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"):
|