vsrinivas commited on
Commit
294fb7d
1 Parent(s): b362a93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -6,7 +6,6 @@ import gradio as gr
6
  desired_dtype = torch.bfloat16
7
  torch.set_default_dtype(torch.bfloat16)
8
 
9
-
10
  # checkpoint = "vsrinivas/falconlite2"
11
  checkpoint = "tiiuae/falcon-7b-instruct"
12
 
 
6
  desired_dtype = torch.bfloat16
7
  torch.set_default_dtype(torch.bfloat16)
8
 
 
9
  # checkpoint = "vsrinivas/falconlite2"
10
  checkpoint = "tiiuae/falcon-7b-instruct"
11