cryptocalypse commited on
Commit
26ec332
1 Parent(s): a7fd18a

memory draf lib, grapher draft lib

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.Image()
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