Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,6 @@ def inference(text, sentence_mapping, character_dict, selected_style):
|
|
41 |
gradio_interface = gr.Interface(
|
42 |
fn=inference,
|
43 |
inputs=[
|
44 |
-
gr.Textbox(label="Text"),
|
45 |
gr.Textbox(label="Sentence Mapping"),
|
46 |
gr.Textbox(label="Character Dict"),
|
47 |
gr.Dropdown(["Style 1", "Style 2", "Style 3"], label="Selected Style")
|
|
|
41 |
gradio_interface = gr.Interface(
|
42 |
fn=inference,
|
43 |
inputs=[
|
|
|
44 |
gr.Textbox(label="Sentence Mapping"),
|
45 |
gr.Textbox(label="Character Dict"),
|
46 |
gr.Dropdown(["Style 1", "Style 2", "Style 3"], label="Selected Style")
|