huolongguo10 commited on
Commit
5fffa22
1 Parent(s): 42f99bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def check(text):
40
  with gr.Blocks() as demo:
41
  text = gr.Textbox(label="Text")
42
  output = gr.Textbox(label="Output Box")
43
- output = gr.Textbox(label="Output Box(By Tiny)")
44
  # org = gr.Textbox(label="By normal check")
45
  greet_btn = gr.Button("Check!")
46
  greet_btn.click(fn=check, inputs=text, outputs=[output,_output], api_name="check")
 
40
  with gr.Blocks() as demo:
41
  text = gr.Textbox(label="Text")
42
  output = gr.Textbox(label="Output Box")
43
+ _output = gr.Textbox(label="Output Box(By Tiny)")
44
  # org = gr.Textbox(label="By normal check")
45
  greet_btn = gr.Button("Check!")
46
  greet_btn.click(fn=check, inputs=text, outputs=[output,_output], api_name="check")