Spaces:
Runtime error
Runtime error
MarkoVidrih
commited on
Commit
•
1c93989
1
Parent(s):
c45570e
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ class Predictor:
|
|
67 |
|
68 |
# Instantiate the Predictor class
|
69 |
predictor = Predictor()
|
70 |
-
|
71 |
|
72 |
# Create Gradio Interface
|
73 |
iface = gr.Interface(
|
|
|
67 |
|
68 |
# Instantiate the Predictor class
|
69 |
predictor = Predictor()
|
70 |
+
title = "Face Swap"
|
71 |
|
72 |
# Create Gradio Interface
|
73 |
iface = gr.Interface(
|