Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,9 @@ def image_to_base64(image: Image):
|
|
99 |
return img_str.decode('utf-8')
|
100 |
|
101 |
|
102 |
-
with gr.Blocks(
|
|
|
|
|
103 |
with gr.Column():
|
104 |
gr.HTML("<h1><center>Face Swap</center></h1>")
|
105 |
|
|
|
99 |
return img_str.decode('utf-8')
|
100 |
|
101 |
|
102 |
+
with gr.Blocks(theme="NoCrypt/miku") as demo:
|
103 |
+
gr.Markdown("### Sorry for the inconvenience. The model is currently running on the CPU, which might affect performance. We appreciate your understanding.")
|
104 |
+
|
105 |
with gr.Column():
|
106 |
gr.HTML("<h1><center>Face Swap</center></h1>")
|
107 |
|