yash-srivastava19 commited on
Commit
e55a64f
·
1 Parent(s): b8738cc

Update app.py

Browse files

good things fall apart

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -38,8 +38,8 @@ def caption_hashtags(text):
38
 
39
  input_upload = gr.Image(label="Upload any Image")
40
  output = [
41
- gr.Textbox(type="auto", label="Captions"),
42
- gr.Textbox(type="auto", label="Hashtags"),
43
  ]
44
 
45
  title = "Instagram Image Captioning"
 
38
 
39
  input_upload = gr.Image(label="Upload any Image")
40
  output = [
41
+ gr.Textbox(label="Captions"),
42
+ gr.Textbox(label="Hashtags"),
43
  ]
44
 
45
  title = "Instagram Image Captioning"