ccm commited on
Commit
06be991
1 Parent(s): aae44c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -263,7 +263,7 @@ with gradio.Blocks() as synthesis_demo2:
263
  with gradio.Row():
264
  pred = gradio.Plot(label="Predicted")
265
 
266
- btn2.click(fn=synthesis_from_spectrum, inputs=[perf], outputs=[pred)
267
 
268
 
269
  with gradio.Blocks() as synthesis_demo3:
 
263
  with gradio.Row():
264
  pred = gradio.Plot(label="Predicted")
265
 
266
+ btn2.click(fn=synthesis_from_spectrum, inputs=[perf], outputs=[pred])
267
 
268
 
269
  with gradio.Blocks() as synthesis_demo3: