Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -23,6 +23,8 @@ def infer(inp):
|
|
23 |
output = tokenizer.decode(output[0])
|
24 |
|
25 |
return output
|
|
|
|
|
26 |
|
27 |
text = st.text_area("Enter Prompt")
|
28 |
if text:
|
|
|
23 |
output = tokenizer.decode(output[0])
|
24 |
|
25 |
return output
|
26 |
+
|
27 |
+
st.title("WaltWhitman-GPT By Ilyas")
|
28 |
|
29 |
text = st.text_area("Enter Prompt")
|
30 |
if text:
|