Aytaj commited on
Commit
6b2374b
·
1 Parent(s): a133ab7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  # prompt: write a streamlit app that converts english text into french text when translate button is pressed. The title of page should be "Translate to French"."
2
  from transformers import M2M100ForConditionalGeneration, M2M100Tokenizer
 
3
 
4
  st.title("Translate to French")
5
 
 
1
  # prompt: write a streamlit app that converts english text into french text when translate button is pressed. The title of page should be "Translate to French"."
2
  from transformers import M2M100ForConditionalGeneration, M2M100Tokenizer
3
+ import streamlit as st
4
 
5
  st.title("Translate to French")
6