Spaces:
Runtime error
Runtime error
fix code typos
Browse files
app.py
CHANGED
@@ -80,8 +80,8 @@ iface = gr.Interface(
|
|
80 |
inputs=image,
|
81 |
outputs="text",
|
82 |
title = title,
|
83 |
-
description = description
|
84 |
-
article=article
|
85 |
examples = [
|
86 |
"3.jpg",
|
87 |
"4.jpg",
|
|
|
80 |
inputs=image,
|
81 |
outputs="text",
|
82 |
title = title,
|
83 |
+
description = description,
|
84 |
+
article=article,
|
85 |
examples = [
|
86 |
"3.jpg",
|
87 |
"4.jpg",
|