Spaces:
Paused
Paused
Update Driver.py
Browse files
Driver.py
CHANGED
|
@@ -37,7 +37,8 @@ with gr.Blocks(title="QR Code Generator",css="#heading{background-color:#32a8a8}
|
|
| 37 |
with gr.Row():
|
| 38 |
tut_button=gr.Button("View Demo Usage")
|
| 39 |
demo_video = gr.Image(label="Demo").style(height=350,width=500)
|
| 40 |
-
|
|
|
|
| 41 |
tut_button.click(tutorial,inputs=[],outputs=[demo_video])
|
| 42 |
text_button.click(generate_qr, inputs=[text_input,color_input], outputs=[status,image_output])
|
| 43 |
|
|
|
|
| 37 |
with gr.Row():
|
| 38 |
tut_button=gr.Button("View Demo Usage")
|
| 39 |
demo_video = gr.Image(label="Demo").style(height=350,width=500)
|
| 40 |
+
gr.Label("Scan The Code For Demo Tutorial")
|
| 41 |
+
|
| 42 |
tut_button.click(tutorial,inputs=[],outputs=[demo_video])
|
| 43 |
text_button.click(generate_qr, inputs=[text_input,color_input], outputs=[status,image_output])
|
| 44 |
|