MSey90
commited on
correct input
Browse files
app.py
CHANGED
@@ -2,5 +2,5 @@ from transformers import pipeline
|
|
2 |
from huggingface_hub import login as hf_login
|
3 |
import streamlit as st
|
4 |
st.header("Test Environment for tiny_CaLL_r10_O1_f10_c1022")
|
5 |
-
user_input = st.
|
6 |
st.write(user_input)
|
|
|
2 |
from huggingface_hub import login as hf_login
|
3 |
import streamlit as st
|
4 |
st.header("Test Environment for tiny_CaLL_r10_O1_f10_c1022")
|
5 |
+
user_input = st.text_input("Enter your Prompt here:", "")
|
6 |
st.write(user_input)
|