Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -28,5 +28,5 @@ st.title("WaltWhitman-GPT By Ilyas")
|
|
28 |
|
29 |
text = st.text_area("Enter Prompt")
|
30 |
if text:
|
31 |
-
infer(text)
|
32 |
st.write(output)
|
|
|
28 |
|
29 |
text = st.text_area("Enter Prompt")
|
30 |
if text:
|
31 |
+
output = infer(text)
|
32 |
st.write(output)
|