Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,8 @@ input = gr.inputs.Image(label="Upload any Image", type = 'pil', optional=True)
|
|
34 |
output = gr.outputs.Textbox(type="text",label="Captions")
|
35 |
examples = ["example1.jpg"]
|
36 |
print("------------------------- 6 -------------------------\n")
|
37 |
-
|
|
|
38 |
description = """
|
39 |
# This is a Heading
|
40 |
This is a paragraph.
|
|
|
34 |
output = gr.outputs.Textbox(type="text",label="Captions")
|
35 |
examples = ["example1.jpg"]
|
36 |
print("------------------------- 6 -------------------------\n")
|
37 |
+
title = "Image to Text ViT with LORA"
|
38 |
+
|
39 |
description = """
|
40 |
# This is a Heading
|
41 |
This is a paragraph.
|