dhmeltzer commited on
Commit
f288518
·
1 Parent(s): 3979c35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ if user_input:
36
  "temperature":temperature,
37
  "wait_for_model":True})
38
 
39
- model_name = checkpoints.split('/')[1]
40
  st.write(f'Model {model_name}: {output}')
41
 
42
 
 
36
  "temperature":temperature,
37
  "wait_for_model":True})
38
 
39
+ model_name = checkpoint.split('/')[1]
40
  st.write(f'Model {model_name}: {output}')
41
 
42