sshOcelot commited on
Commit
e3637da
·
1 Parent(s): 3b8e76f

Updated app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -78,8 +78,8 @@ demo = gr.TabbedInterface(
78
  ),
79
  gr.Interface(
80
  add,
81
- inputs = gr.Textbox(placeholder= "Enter numbers for addition"),
82
- outputs = gr.Textbox(),
83
  api_name="add"
84
  ),
85
  gr.Interface(
 
78
  ),
79
  gr.Interface(
80
  add,
81
+ gr.Textbox(),
82
+ gr.Textbox(),
83
  api_name="add"
84
  ),
85
  gr.Interface(