anmoldograpsl commited on
Commit
596b26a
·
verified ·
1 Parent(s): 16227e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -52,7 +52,6 @@ interface = gr.Interface(
52
  title="Image and Prompt to Text Model",
53
  description="Upload an image and provide a prompt to generate a descriptive text."
54
  )
55
-
56
  # Step 5: Launch the Gradio app
57
  interface.launch()
58
 
 
52
  title="Image and Prompt to Text Model",
53
  description="Upload an image and provide a prompt to generate a descriptive text."
54
  )
 
55
  # Step 5: Launch the Gradio app
56
  interface.launch()
57