Spaces:
Sleeping
Sleeping
Updated app.py
Browse files
app.py
CHANGED
@@ -78,8 +78,8 @@ demo = gr.TabbedInterface(
|
|
78 |
),
|
79 |
gr.Interface(
|
80 |
add,
|
81 |
-
|
82 |
-
|
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(
|