Jonny001 commited on
Commit
389cbe0
·
verified ·
1 Parent(s): 7a0d4a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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(description="Sorry for the inconvenience. The model is currently running on the CPU, which might affect performance. We appreciate your understanding.", theme="NoCrypt/miku") as demo:
 
 
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