apratim24 commited on
Commit
f964c3b
·
verified ·
1 Parent(s): a34f664

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ input_genre = gr.Dropdown(["Fantasy", "Science Fiction", "Poetry", "Mystery/Thri
53
  output_caption = gr.Textbox(label="Image Caption", lines=2)
54
  output_text = gr.Textbox(label="Generated Story",lines=10)
55
  examples = [["example1.jpg"], ["example2.jpg"]] # List of example image paths
56
- word_count_slider = gr.Slider(minimum=50, maximum=200, label="Word Count")
57
 
58
 
59
  gr.Interface(
 
53
  output_caption = gr.Textbox(label="Image Caption", lines=2)
54
  output_text = gr.Textbox(label="Generated Story",lines=10)
55
  examples = [["example1.jpg"], ["example2.jpg"]] # List of example image paths
56
+ word_count_slider = gr.Slider(minimum=50, maximum=200, value=80, step=5, label="Word Count")
57
 
58
 
59
  gr.Interface(