Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="Ответ"),
|
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()
|