Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -148,8 +148,8 @@ with gr.Blocks() as app:
|
|
| 148 |
mes = gr.Textbox(label = "Message")
|
| 149 |
with gr.Row():
|
| 150 |
im = gr.Image(type="filepath")
|
| 151 |
-
doc=gr.File()
|
| 152 |
with gr.Tab("File"):
|
|
|
|
| 153 |
enc_doc_out=gr.File()
|
| 154 |
en_btn = gr.Button("Encrypt")
|
| 155 |
enc_out = gr.Textbox(label="Encrypted Bytes")
|
|
|
|
| 148 |
mes = gr.Textbox(label = "Message")
|
| 149 |
with gr.Row():
|
| 150 |
im = gr.Image(type="filepath")
|
|
|
|
| 151 |
with gr.Tab("File"):
|
| 152 |
+
doc=gr.File()
|
| 153 |
enc_doc_out=gr.File()
|
| 154 |
en_btn = gr.Button("Encrypt")
|
| 155 |
enc_out = gr.Textbox(label="Encrypted Bytes")
|