Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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("
|
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 |
|