Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -96,7 +96,7 @@ for i in range(10):
|
|
| 96 |
|
| 97 |
title='Fake or not Fake? that is the question'
|
| 98 |
description='Modelo de deeplearning para clasificar las imagenes en reales o falsas'
|
| 99 |
-
article='Proyecto Saturdays.AI DemoDay 11/06/2022
|
| 100 |
|
| 101 |
|
| 102 |
interface = gr.Interface(
|
|
@@ -107,7 +107,7 @@ interface = gr.Interface(
|
|
| 107 |
gr.outputs.Image(label="Face")
|
| 108 |
],
|
| 109 |
title=title,description=description, article=article,
|
| 110 |
-
theme='peach'
|
| 111 |
#examples=[examples[i]["path"] for i in range(8)] # fake examples
|
| 112 |
examples=['fake_frame_0.jpg','fake_frame_1.jpg','fake_frame_2.jpg','fake_frame_3.jpg','real_frame_0.jpg','real_frame_1.jpg','real_frame_2.jpg','real_frame_3.jpg']
|
| 113 |
).launch()
|
|
|
|
| 96 |
|
| 97 |
title='Fake or not Fake? that is the question'
|
| 98 |
description='Modelo de deeplearning para clasificar las imagenes en reales o falsas'
|
| 99 |
+
article='Proyecto Saturdays.AI DemoDay 11/06/2022'
|
| 100 |
|
| 101 |
|
| 102 |
interface = gr.Interface(
|
|
|
|
| 107 |
gr.outputs.Image(label="Face")
|
| 108 |
],
|
| 109 |
title=title,description=description, article=article,
|
| 110 |
+
theme='peach',
|
| 111 |
#examples=[examples[i]["path"] for i in range(8)] # fake examples
|
| 112 |
examples=['fake_frame_0.jpg','fake_frame_1.jpg','fake_frame_2.jpg','fake_frame_3.jpg','real_frame_0.jpg','real_frame_1.jpg','real_frame_2.jpg','real_frame_3.jpg']
|
| 113 |
).launch()
|