MSey90
commited on
update
Browse files
app.py
CHANGED
@@ -2,3 +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")
|
|
|
|
|
|
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("Enter your Prompt here:")
|
6 |
+
st.write(user_input)
|