Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,11 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
6 |
|
7 |
-
gr.load("huggingface/EleutherAI/gpt-j-6B",
|
8 |
-
theme=gr.themes.Soft(),
|
9 |
-
title=title,
|
10 |
-
description=description
|
11 |
-
).launch()
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
gr.load("models/mistralai/Mistral-7B-Instruct-v0.2",
|
4 |
+
title="Someone's Chatty",
|
5 |
+
description="What would you like to chat about?"
|
6 |
+
).launch()
|
7 |
|
|
|
|
|
|
|
|
|
|