Spaces:
Runtime error
Runtime error
Commit
•
482281a
1
Parent(s):
597a7f3
Update app.py
Browse files
app.py
CHANGED
@@ -96,5 +96,5 @@ if __name__ == "__main__":
|
|
96 |
|
97 |
iface = gr.Interface(fn = greet, inputs = "text", outputs = gr.Textbox(lines = 5, label = "Answer"), title = title,
|
98 |
description = description,
|
99 |
-
|
100 |
iface.launch(share = True)
|
|
|
96 |
|
97 |
iface = gr.Interface(fn = greet, inputs = "text", outputs = gr.Textbox(lines = 5, label = "Answer"), title = title,
|
98 |
description = description,
|
99 |
+
article = article,)
|
100 |
iface.launch(share = True)
|