Commit
·
861ad7a
1
Parent(s):
6c1c106
Update app.py
Browse files
app.py
CHANGED
@@ -148,8 +148,8 @@ iface = gr.Interface(
|
|
148 |
] + additional_inputs,
|
149 |
outputs=[
|
150 |
gr.Textbox(label="Output will happear here", type="text", lines=5)],
|
151 |
-
|
152 |
-
|
153 |
theme="carlosrosash/bellay_test"
|
154 |
)
|
155 |
|
|
|
148 |
] + additional_inputs,
|
149 |
outputs=[
|
150 |
gr.Textbox(label="Output will happear here", type="text", lines=5)],
|
151 |
+
clear_buttom = 'Clear click here',
|
152 |
+
submit_button = 'Clear click here',
|
153 |
theme="carlosrosash/bellay_test"
|
154 |
)
|
155 |
|