ovi054 commited on
Commit
cb31fbf
1 Parent(s): 7c4bc2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def generate_caption(image):
58
  # return image_path
59
  # except Exception as e:
60
  # raise Exception(f"Error generating image: {str(e)}")
61
-
62
  io = gr.Interface(generate_caption,
63
  inputs=[gr.Image(label="Input Image")],
64
  outputs = [gr.Textbox(label="Output Prompt", lines=2, show_copy_button = True),
 
58
  # return image_path
59
  # except Exception as e:
60
  # raise Exception(f"Error generating image: {str(e)}")
61
+
62
  io = gr.Interface(generate_caption,
63
  inputs=[gr.Image(label="Input Image")],
64
  outputs = [gr.Textbox(label="Output Prompt", lines=2, show_copy_button = True),