Spaces:
Runtime error
Runtime error
Charly Cayuco
commited on
Commit
•
18b16f9
1
Parent(s):
a69de4c
Update app.py
Browse files
app.py
CHANGED
@@ -59,8 +59,5 @@ article="""
|
|
59 |
app_interface = gr.Interface(fn=run,
|
60 |
inputs=[content_image_input, model_image_size],
|
61 |
outputs="image",
|
62 |
-
title="Pixelar caras online",
|
63 |
-
description=description,
|
64 |
-
examples=examples,
|
65 |
-
article=article)
|
66 |
app_interface.launch()
|
|
|
59 |
app_interface = gr.Interface(fn=run,
|
60 |
inputs=[content_image_input, model_image_size],
|
61 |
outputs="image",
|
62 |
+
title="Pixelar caras online",)
|
|
|
|
|
|
|
63 |
app_interface.launch()
|