Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
@@ -238,7 +238,7 @@ if __name__ == "__main__":
|
|
238 |
|
239 |
#gr.Interface(fn, inputs, outputs, title=title, description=description).launch()
|
240 |
|
241 |
-
run_bottn = gr.Button(
|
242 |
|
243 |
run_bottn.click(
|
244 |
fn=(process_pipeline,),
|
|
|
238 |
|
239 |
#gr.Interface(fn, inputs, outputs, title=title, description=description).launch()
|
240 |
|
241 |
+
run_bottn = gr.Button("Run")
|
242 |
|
243 |
run_bottn.click(
|
244 |
fn=(process_pipeline,),
|