Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -42,5 +42,5 @@ def generate_minecraft_command(description):
|
|
| 42 |
|
| 43 |
iface = gr.Interface(fn=generate_minecraft_command, inputs=[
|
| 44 |
gr.Textbox(label="Запрос")
|
| 45 |
-
], outputs=gr.
|
| 46 |
iface.launch()
|
|
|
|
| 42 |
|
| 43 |
iface = gr.Interface(fn=generate_minecraft_command, inputs=[
|
| 44 |
gr.Textbox(label="Запрос")
|
| 45 |
+
], outputs=gr.Code(label="Ответ", language="html", live=True), title="GPT")
|
| 46 |
iface.launch()
|