Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|