Spaces:
Sleeping
Sleeping
BMike10
commited on
Commit
•
84bb75b
1
Parent(s):
619ead2
Change
Browse files
app.py
CHANGED
@@ -6,5 +6,8 @@ def random_response(message, history):
|
|
6 |
return random.choice(["Yes", "No"])
|
7 |
|
8 |
|
9 |
-
|
10 |
-
|
|
|
|
|
|
|
|
6 |
return random.choice(["Yes", "No"])
|
7 |
|
8 |
|
9 |
+
demo = gr.load("michelebasilico/itaca-mistral-7b-v2-4bit", src="models")
|
10 |
+
|
11 |
+
# iface = gr.ChatInterface(random_response)
|
12 |
+
# iface.launch()
|
13 |
+
demo.launch()
|