Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ with gr.Blocks() as demo:
|
|
50 |
input_text = gr.Textbox(label="Enter your prompt here:", placeholder="Type something...", lines=2)
|
51 |
submit_button = gr.Button("Submit")
|
52 |
output_llama = gr.Textbox(label="Llama 3 8B 👾", placeholder="", lines=10, interactive=False)
|
53 |
-
output_mistral = gr.Textbox(label="Mistral 7B 🌠", placeholder="", lines=10, interactive=False)
|
54 |
|
55 |
submit_button.click(fn=response_from_llam3, inputs="text", outputs="text")
|
56 |
|
|
|
50 |
input_text = gr.Textbox(label="Enter your prompt here:", placeholder="Type something...", lines=2)
|
51 |
submit_button = gr.Button("Submit")
|
52 |
output_llama = gr.Textbox(label="Llama 3 8B 👾", placeholder="", lines=10, interactive=False)
|
53 |
+
# output_mistral = gr.Textbox(label="Mistral 7B 🌠", placeholder="", lines=10, interactive=False)
|
54 |
|
55 |
submit_button.click(fn=response_from_llam3, inputs="text", outputs="text")
|
56 |
|