BramLeo commited on
Commit
6e3c246
·
verified ·
1 Parent(s): dbf23a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -133,8 +133,8 @@ def main():
133
 
134
  gr.Interface(
135
  fn=chatbot_response,
136
- inputs=[gr.Textbox(label="Pesan"), gr.State()],
137
- outputs=gr.Textbox(label="Balasan"),
138
  ).launch()
139
 
140
  if __name__ == "__main__":
 
133
 
134
  gr.Interface(
135
  fn=chatbot_response,
136
+ inputs=["text"],
137
+ outputs=["text"],
138
  ).launch()
139
 
140
  if __name__ == "__main__":