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