BMike10 commited on
Commit
84bb75b
1 Parent(s): 619ead2
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -6,5 +6,8 @@ def random_response(message, history):
6
  return random.choice(["Yes", "No"])
7
 
8
 
9
- iface = gr.ChatInterface(random_response)
10
- iface.launch()
 
 
 
 
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()