Spaces:
Runtime error
Runtime error
Commit
·
61a81e5
1
Parent(s):
17fba42
Update app.py
Browse files
app.py
CHANGED
@@ -95,8 +95,8 @@ with gr.Blocks(css=css) as demo:
|
|
95 |
gr.HTML("<h3><center>Learn more about the model <a href='https://huggingface.co/docs/transformers/main/model_doc/mistral'>here</a>. 📚<h3><center>")
|
96 |
gr.ChatInterface(
|
97 |
generate,
|
98 |
-
additional_inputs=additional_inputs
|
99 |
-
|
100 |
)
|
101 |
|
102 |
demo.queue().launch(debug=True)
|
|
|
95 |
gr.HTML("<h3><center>Learn more about the model <a href='https://huggingface.co/docs/transformers/main/model_doc/mistral'>here</a>. 📚<h3><center>")
|
96 |
gr.ChatInterface(
|
97 |
generate,
|
98 |
+
additional_inputs=additional_inputs
|
99 |
+
|
100 |
)
|
101 |
|
102 |
demo.queue().launch(debug=True)
|