Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|