rodrigomasini commited on
Commit
c48827c
·
verified ·
1 Parent(s): d64eb6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ with gr.Blocks() as demo:
73
  gr.Interface(
74
  fn=chat_mistral7b_v0dot3,
75
  inputs=[gr.Textbox(), gr.Textbox(), gr.Number(), gr.Number()],
76
- outputs=[gr.Texbox()]
77
  )
78
 
79
 
 
73
  gr.Interface(
74
  fn=chat_mistral7b_v0dot3,
75
  inputs=[gr.Textbox(), gr.Textbox(), gr.Number(), gr.Number()],
76
+ outputs=[gr.Textbox()]
77
  )
78
 
79