Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -33,5 +33,5 @@ def generate_minecraft_command(description):
|
|
33 |
|
34 |
iface = gr.Interface(fn=generate_minecraft_command, inputs=[
|
35 |
gr.Textbox(label="Запрос")
|
36 |
-
], outputs=gr.
|
37 |
iface.launch()
|
|
|
33 |
|
34 |
iface = gr.Interface(fn=generate_minecraft_command, inputs=[
|
35 |
gr.Textbox(label="Запрос")
|
36 |
+
], outputs=gr.HTML(label="Ответ"), title="GPT") # Используем gr.HTML вместо gr.Textbox
|
37 |
iface.launch()
|