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

Update app.py

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