Sathwikchowdary commited on
Commit
ace7af5
·
verified ·
1 Parent(s): 169e3ab

Update pages/Intro_DS.py

Browse files
Files changed (1) hide show
  1. pages/Intro_DS.py +1 -2
pages/Intro_DS.py CHANGED
@@ -101,8 +101,7 @@ st.markdown("3.Autoregressive Models")
101
  st.markdown("4.Transformers ")
102
  st.markdown("<h3 style='text-align: left; color: Black;'>Examples of GenAI </h3>", unsafe_allow_html=True)
103
  st.markdown("<p style='font-size: 16px; color: Blue; font-style: italic;'>"
104
- "Deepfake (Video Generation):How It Works: GANs are often used to generate deepfakes, which are synthetic media (mainly videos) in which a person's image is transformed to make it look as if they are talking or doing something they never did. These algorithms learn from real-world footage to produce believable changes.
105
- Real-World Applications: Deepfakes have been utilised for amusement (e.g., movies, impersonations), but they also raise questions regarding misrepresentation."
106
  "</p>", unsafe_allow_html=True)
107
 
108
 
 
101
  st.markdown("4.Transformers ")
102
  st.markdown("<h3 style='text-align: left; color: Black;'>Examples of GenAI </h3>", unsafe_allow_html=True)
103
  st.markdown("<p style='font-size: 16px; color: Blue; font-style: italic;'>"
104
+ "Deepfake (Video Generation):How It Works: GANs are often used to generate deepfakes, which are synthetic media (mainly videos) in which a person's image is transformed to make it look as if they are talking or doing something they never did. These algorithms learn from real-world footage to produce believable changes.Real-World Applications: Deepfakes have been utilised for amusement (e.g., movies, impersonations), but they also raise questions regarding misrepresentation."
 
105
  "</p>", unsafe_allow_html=True)
106
 
107