RanM commited on
Commit
507b787
·
verified ·
1 Parent(s): d05fa5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -46,8 +46,6 @@ gradio_interface = gr.Interface(
46
  gr.Textbox(label="Character Dict"),
47
  gr.Dropdown(["Style 1", "Style 2", "Style 3"], label="Selected Style")
48
  ],
49
- inputs=["text", "checkbox", gr.Slider(0, 100)],
50
-
51
  outputs="text"
52
  )
53
 
 
46
  gr.Textbox(label="Character Dict"),
47
  gr.Dropdown(["Style 1", "Style 2", "Style 3"], label="Selected Style")
48
  ],
 
 
49
  outputs="text"
50
  )
51