Rooni commited on
Commit
59f2b12
·
1 Parent(s): a322140

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,5 +52,5 @@ examples = [
52
  iface = gr.Interface(fn=generate_minecraft_command, inputs=[
53
  gr.Textbox(label="Версия Minecraft", placeholder="Minecraft Java 1.20"),
54
  gr.Textbox(label="Описание команды")
55
- ], outputs=gr.Textbox(label="Команда"), examples=examples, title="Minecraft Command Generator", css=css)
56
  iface.launch()
 
52
  iface = gr.Interface(fn=generate_minecraft_command, inputs=[
53
  gr.Textbox(label="Версия Minecraft", placeholder="Minecraft Java 1.20"),
54
  gr.Textbox(label="Описание команды")
55
+ ], outputs=gr.Textbox(label="Команда"), examples=examples, title="Minecraft Command Generator", css=css, concurrency_limit=24)
56
  iface.launch()