mgokg commited on
Commit
8dc24ba
·
verified ·
1 Parent(s): 98b8c72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ def create_gradio_interface():
90
  clear_btn = gr.Button("Clear", variant="secondary")
91
 
92
  with gr.Column(scale=1):
93
- output = gr.JSON(
94
  label="Generated Title",
95
  placeholder="Your generated video title will appear here...",
96
  lines=3,
 
90
  clear_btn = gr.Button("Clear", variant="secondary")
91
 
92
  with gr.Column(scale=1):
93
+ output = gr.Textbox(
94
  label="Generated Title",
95
  placeholder="Your generated video title will appear here...",
96
  lines=3,