Spaces:
Runtime error
Runtime error
Integration with wandb
Browse files
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)
|