Spaces:
Runtime error
Runtime error
EnigmaOfTheWorld
commited on
Commit
·
dc9ae1a
1
Parent(s):
2a0479d
Update app.py
Browse files
app.py
CHANGED
@@ -250,7 +250,7 @@ with gr.Blocks() as demo:
|
|
250 |
|
251 |
|
252 |
btn.click(main, txt, file)
|
253 |
-
with gr.Tab('
|
254 |
gr.Markdown('This feature needs GPU to run')
|
255 |
with gr.Row():
|
256 |
with gr.Column():
|
|
|
250 |
|
251 |
|
252 |
btn.click(main, txt, file)
|
253 |
+
with gr.Tab('QR Code'):
|
254 |
gr.Markdown('This feature needs GPU to run')
|
255 |
with gr.Row():
|
256 |
with gr.Column():
|