juewang commited on
Commit
0c8c7dc
·
1 Parent(s): 157e1ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def infer(prompt,
49
  return ret['returned_payload']['result']['inference_result'][0]['choices'][0]['text']
50
 
51
 
52
- st.title("TOMA Application")
53
 
54
  col1, col2 = st.columns([1, 3])
55
 
 
49
  return ret['returned_payload']['result']['inference_result'][0]['choices'][0]['text']
50
 
51
 
52
+ st.title("GPT-JT")
53
 
54
  col1, col2 = st.columns([1, 3])
55