Aklavya commited on
Commit
0f2cda2
·
verified ·
1 Parent(s): f6a86a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -134,7 +134,7 @@ def main():
134
  st.markdown("""
135
  1. **Upload the source and destination images**: Select the images you want to use for face swapping.
136
  2. **Click on the \"Swap Faces\" button**: The app will process the images and swap the faces.
137
- 3. **View the output**: The swapped face image will appear below after processing.
138
  """)
139
 
140
  # Main content area for displaying the swapped face image
@@ -146,4 +146,4 @@ def main():
146
 
147
  # Run the app
148
  if __name__ == '__main__':
149
- main()
 
134
  st.markdown("""
135
  1. **Upload the source and destination images**: Select the images you want to use for face swapping.
136
  2. **Click on the \"Swap Faces\" button**: The app will process the images and swap the faces.
137
+ 3. **View the output**: The swapped face image will appear after processing.
138
  """)
139
 
140
  # Main content area for displaying the swapped face image
 
146
 
147
  # Run the app
148
  if __name__ == '__main__':
149
+ main()