Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def infer(input_ids):
|
|
15 |
return tokenizer.decode(output_sequences[0], skip_special_tokens=True)
|
16 |
|
17 |
st.title("Stupid jokes with transformers")
|
18 |
-
st.write("Write question you want to see a funny answer for.")
|
19 |
sent = st.text_area("Text", height = 100)
|
20 |
|
21 |
if sent:
|
|
|
15 |
return tokenizer.decode(output_sequences[0], skip_special_tokens=True)
|
16 |
|
17 |
st.title("Stupid jokes with transformers")
|
18 |
+
st.write("Write a question you want to see a funny answer for.")
|
19 |
sent = st.text_area("Text", height = 100)
|
20 |
|
21 |
if sent:
|