Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|