Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -94,6 +94,5 @@ demo = gr.Interface(fn=generate, css=".gradio-container {background-color: light
|
|
94 |
gr.Textbox(lines=1, label="Question"),
|
95 |
],
|
96 |
outputs=[gr.Textbox(lines=4, label="Ответ:")],
|
97 |
-
title = title
|
98 |
-
examples = examples)
|
99 |
demo.launch(share=False, debug=True)
|
|
|
94 |
gr.Textbox(lines=1, label="Question"),
|
95 |
],
|
96 |
outputs=[gr.Textbox(lines=4, label="Ответ:")],
|
97 |
+
title = title)
|
|
|
98 |
demo.launch(share=False, debug=True)
|