cpv2280 commited on
Commit
8b99ad1
Β·
verified Β·
1 Parent(s): f869b22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ def story_pipeline(prompt):
67
  # βœ… Gradio Interface with Proper Logical Inconsistency Detection
68
  interface = gr.Interface(
69
  fn=story_pipeline,
70
- inputs=gr.Textbox(label="Enter Story Prompt", placeholder="Once upon a time..."),
71
  outputs=[
72
  gr.Textbox(label="πŸ“– Generated Story", interactive=True), # Interactive textbox
73
  gr.Textbox(label="βœ… Refined Story", interactive=True), # Refined output
 
67
  # βœ… Gradio Interface with Proper Logical Inconsistency Detection
68
  interface = gr.Interface(
69
  fn=story_pipeline,
70
+ inputs=gr.Textbox(label="Enter Story Prompt", placeholder="Once upon a time..."),
71
  outputs=[
72
  gr.Textbox(label="πŸ“– Generated Story", interactive=True), # Interactive textbox
73
  gr.Textbox(label="βœ… Refined Story", interactive=True), # Refined output