Spaces:
Runtime error
Runtime error
duplicate button
Browse files
README.md
CHANGED
|
@@ -1,12 +1,13 @@
|
|
| 1 |
---
|
| 2 |
title: AI QR Code Generator
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 3.35.2
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
title: AI QR Code Generator
|
| 3 |
+
emoji: π±π²
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 3.35.2
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
suggested_hardware: t4-small
|
| 11 |
---
|
| 12 |
|
| 13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
app.py
CHANGED
|
@@ -114,9 +114,14 @@ def inference(
|
|
| 114 |
|
| 115 |
with gr.Blocks() as blocks:
|
| 116 |
gr.Markdown(
|
| 117 |
-
"""
|
| 118 |
-
|
| 119 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 120 |
"""
|
| 121 |
)
|
| 122 |
|
|
|
|
| 114 |
|
| 115 |
with gr.Blocks() as blocks:
|
| 116 |
gr.Markdown(
|
| 117 |
+
"""
|
| 118 |
+
# AI QR Code Generator
|
| 119 |
+
|
| 120 |
+
model: https://huggingface.co/DionTimmer/controlnet_qrcode-control_v1p_sd15
|
| 121 |
+
|
| 122 |
+
<a href="https://huggingface.co/spaces/huggingface-projects/AI-QR-code-generator?duplicate=true" style="display: inline-block;margin-top: .5em;margin-right: .25em;" target="_blank">
|
| 123 |
+
<img style="margin-bottom: 0em;display: inline;margin-top: -.25em;" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|
| 124 |
+
for longer sequences, more control and no queue.</p>
|
| 125 |
"""
|
| 126 |
)
|
| 127 |
|