Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SpfIo
/
Whisper_TL_Streaming_API
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
zeon8985army
commited on
Oct 3, 2023
Commit
07b1119
·
1 Parent(s):
faf9963
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -216,5 +216,5 @@ with block:
216
</div>
217
''')
218
219
-
#
if __name__ == "__main__":
220
-
#
block.launch(debug=True)
216
</div>
217
''')
218
219
+
if __name__ == "__main__":
220
+
block.launch(debug=True)