Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -382,7 +382,7 @@ with gr.Blocks(theme='Hev832/Applio') as blocks:
|
|
382 |
|
383 |
with gr.Column():
|
384 |
result_image = gr.Image(label="Your Artistic QR Code")
|
385 |
-
|
386 |
|
387 |
with gr.Row(visible=False):
|
388 |
scan_button = gr.Button("Verify QR Code Works")
|
@@ -395,8 +395,11 @@ with gr.Blocks(theme='Hev832/Applio') as blocks:
|
|
395 |
saturation = gr.Slider(minimum=0.1, maximum=2.0, step=0.1, value=1.0, label="Saturation")
|
396 |
with gr.Row():
|
397 |
invert_button = gr.Button("Invert Image")
|
398 |
-
|
|
|
|
|
399 |
gr.Markdown(
|
|
|
400 |
"""
|
401 |
### 🔍 Analyzing Your Creation
|
402 |
- Is the QR code scannable? Check with your phone camera to see if it can scan it.
|
|
|
382 |
|
383 |
with gr.Column():
|
384 |
result_image = gr.Image(label="Your Artistic QR Code")
|
385 |
+
|
386 |
|
387 |
with gr.Row(visible=False):
|
388 |
scan_button = gr.Button("Verify QR Code Works")
|
|
|
395 |
saturation = gr.Slider(minimum=0.1, maximum=2.0, step=0.1, value=1.0, label="Saturation")
|
396 |
with gr.Row():
|
397 |
invert_button = gr.Button("Invert Image")
|
398 |
+
|
399 |
+
used_seed = gr.Number(label="Seed Used", interactive=False)
|
400 |
+
|
401 |
gr.Markdown(
|
402 |
+
|
403 |
"""
|
404 |
### 🔍 Analyzing Your Creation
|
405 |
- Is the QR code scannable? Check with your phone camera to see if it can scan it.
|