Spaces:
Runtime error
Runtime error
yash161101
commited on
Commit
•
e70014d
1
Parent(s):
c2c2016
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def get_model():
|
|
18 |
|
19 |
|
20 |
model, tokenizer = get_model()
|
21 |
-
g =
|
22 |
#c = 5
|
23 |
with st.form(key='my_form'):
|
24 |
prompt = st.text_input('Enter sentence', '')
|
|
|
18 |
|
19 |
|
20 |
model, tokenizer = get_model()
|
21 |
+
#g =
|
22 |
#c = 5
|
23 |
with st.form(key='my_form'):
|
24 |
prompt = st.text_input('Enter sentence', '')
|