Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -470,10 +470,10 @@ def process_image(image):
|
|
470 |
return output
|
471 |
|
472 |
|
473 |
-
title = "
|
474 |
-
description = "
|
475 |
-
article = "
|
476 |
-
examples = [
|
477 |
|
478 |
iface = gr.Interface(
|
479 |
fn=process_image,
|
|
|
470 |
return output
|
471 |
|
472 |
|
473 |
+
title = ""
|
474 |
+
description = ""
|
475 |
+
article = ""
|
476 |
+
examples = []
|
477 |
|
478 |
iface = gr.Interface(
|
479 |
fn=process_image,
|