Update app.py
Browse files
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
|
| 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()
|