VictorDanielG commited on
Commit
426c7b8
1 Parent(s): 9a6753b

inputs,outputs error dealt

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ interface = gr.Interface(
46
 
47
 
48
 
49
- outputs=[gr.outputs.Textbox(label="Extracted Information"), gr.State()],
50
  title="Unarticulated Needs & Wants Extractor",
51
  description="**Author:** VictorDaniel\n\nEnter a detailed user story to extract the unarticulated needs and wants or ask follow-up questions.",
52
  examples=[["The user often speaks about wanting to improve their health but is hesitant to join a gym"]]
 
46
 
47
 
48
 
49
+ outputs=[gr.Textbox(label="Extracted Information"), gr.State()],
50
  title="Unarticulated Needs & Wants Extractor",
51
  description="**Author:** VictorDaniel\n\nEnter a detailed user story to extract the unarticulated needs and wants or ask follow-up questions.",
52
  examples=[["The user often speaks about wanting to improve their health but is hesitant to join a gym"]]