Rooni commited on
Commit
bbca8a5
·
1 Parent(s): fde6e17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,5 +29,5 @@ def generate_minecraft_command(description):
29
 
30
  iface = gr.Interface(fn=generate_minecraft_command, inputs=[
31
  gr.Textbox(label="Запрос")
32
- ], outputs=gr.Textbox(label="Ответ"), examples=examples, title="GPT")
33
  iface.launch()
 
29
 
30
  iface = gr.Interface(fn=generate_minecraft_command, inputs=[
31
  gr.Textbox(label="Запрос")
32
+ ], outputs=gr.Textbox(label="Ответ"), title="GPT")
33
  iface.launch()