pksx01 commited on
Commit
d97c56e
·
1 Parent(s): e78c067

Integration with wandb

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,6 +30,6 @@ interface = gr.Interface(fn=classify,
30
  title='Audio MNIST Classification',
31
  description='Identifying digits (from 0 to 9) from an audio clip')
32
 
33
- interface.launch()
34
 
35
  interface.integrate(wandb=wandb)
 
30
  title='Audio MNIST Classification',
31
  description='Identifying digits (from 0 to 9) from an audio clip')
32
 
33
+ interface.launch(share=True)
34
 
35
  interface.integrate(wandb=wandb)