pyresearch commited on
Commit
596a9ca
·
verified ·
1 Parent(s): 4a496fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def get_tts_channel():
63
 
64
 
65
  # User input
66
- model_type = st.selectbox("Select Model", ["NewsGuardian model"."NewsGuardian model"])
67
  raw_text = st.text_area("This news is real or fake?")
68
  image_upload = st.file_uploader("Upload Image", type=["jpg", "jpeg", "png"])
69
 
 
63
 
64
 
65
  # User input
66
+ model_type = st.selectbox("Select Model", ["NewsGuardian model","NewsGuardian model"])
67
  raw_text = st.text_area("This news is real or fake?")
68
  image_upload = st.file_uploader("Upload Image", type=["jpg", "jpeg", "png"])
69