Spaces:
Running
Running
selvamaniandiappan
commited on
Commit
•
6e18675
1
Parent(s):
00265bf
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ API_TOKEN = os.getenv("hugkey")
|
|
12 |
st.header("Multi-model project")
|
13 |
st.write("This app will convert regional language sentence into english and also generate text and image related to the context")
|
14 |
|
15 |
-
text = st.text_input("Enter a
|
16 |
#tran_API_URL = "https://api-inference.huggingface.co/models/Helsinki-NLP/opus-mt-mul-en"
|
17 |
#tran_API_URL = "https://api-inference.huggingface.co/models/google-t5/t5-small"
|
18 |
#tran_API_URL = "https://api-inference.huggingface.co/models/facebook/m2m100_418M"
|
|
|
12 |
st.header("Multi-model project")
|
13 |
st.write("This app will convert regional language sentence into english and also generate text and image related to the context")
|
14 |
|
15 |
+
text = st.text_input("Enter a text",placeholder="Type a sentence in Your Language")
|
16 |
#tran_API_URL = "https://api-inference.huggingface.co/models/Helsinki-NLP/opus-mt-mul-en"
|
17 |
#tran_API_URL = "https://api-inference.huggingface.co/models/google-t5/t5-small"
|
18 |
#tran_API_URL = "https://api-inference.huggingface.co/models/facebook/m2m100_418M"
|