LaoCzi commited on
Commit
41e2dfd
·
1 Parent(s): 679b2b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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)