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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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")