Spaces:
Running
on
T4
Running
on
T4
Shivam Mehta
commited on
Commit
·
cafb434
1
Parent(s):
c77ff04
removing the sharing option
Browse files
app.py
CHANGED
|
@@ -200,7 +200,7 @@ def main():
|
|
| 200 |
outputs=[audio, mel_spectrogram],
|
| 201 |
)
|
| 202 |
|
| 203 |
-
demo.queue(concurrency_count=5).launch(
|
| 204 |
|
| 205 |
|
| 206 |
if __name__ == "__main__":
|
|
|
|
| 200 |
outputs=[audio, mel_spectrogram],
|
| 201 |
)
|
| 202 |
|
| 203 |
+
demo.queue(concurrency_count=5).launch()
|
| 204 |
|
| 205 |
|
| 206 |
if __name__ == "__main__":
|