Spaces:
Runtime error
Runtime error
theFisher86
commited on
Commit
•
daee6bf
1
Parent(s):
daef7a0
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
import requests
|
|
|
3 |
|
4 |
def faceSwap(file1, file2):
|
5 |
# Process the uploaded files (e.g., read content, perform calculations, etc.)
|
|
|
1 |
import gradio as gr
|
2 |
import requests
|
3 |
+
import os
|
4 |
|
5 |
def faceSwap(file1, file2):
|
6 |
# Process the uploaded files (e.g., read content, perform calculations, etc.)
|