Spaces:
Runtime error
Runtime error
Commit
·
26ec332
1
Parent(s):
a7fd18a
memory draf lib, grapher draft lib
Browse files
app.py
CHANGED
|
@@ -290,8 +290,8 @@ with gr.Blocks(title="Sophia, Torah Codes",css=css,js=js) as app:
|
|
| 290 |
with gr.Tab("Drive"):
|
| 291 |
with gr.Row():
|
| 292 |
image_input = gr.Image()
|
| 293 |
-
image_output = gr.
|
| 294 |
-
image_button = gr.Button("Upload")
|
| 295 |
|
| 296 |
|
| 297 |
|
|
|
|
| 290 |
with gr.Tab("Drive"):
|
| 291 |
with gr.Row():
|
| 292 |
image_input = gr.Image()
|
| 293 |
+
image_output = gr.File()
|
| 294 |
+
#image_button = gr.Button("Upload")
|
| 295 |
|
| 296 |
|
| 297 |
|