Spaces:
Runtime error
Runtime error
theFisher86
commited on
Commit
•
bc80aeb
1
Parent(s):
679d980
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ interface = gr.Interface(
|
|
29 |
BodyInput=gr.inputs.File(label="Upload Body Picture"),
|
30 |
FaceInput=gr.inputs.File(label="Upload Face Picture"),
|
31 |
title=title,
|
32 |
-
description=description
|
33 |
)
|
34 |
|
35 |
# Launch the Gradio app
|
|
|
29 |
BodyInput=gr.inputs.File(label="Upload Body Picture"),
|
30 |
FaceInput=gr.inputs.File(label="Upload Face Picture"),
|
31 |
title=title,
|
32 |
+
description=description
|
33 |
)
|
34 |
|
35 |
# Launch the Gradio app
|