D0k-tor commited on
Commit
d1ca20c
·
1 Parent(s): 47fb79d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
- # title = "Image to Text ViT with LORA"
 
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.