Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kgauvin603
/
NotesTranscriber
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kgauvin603
commited on
Apr 11
Commit
0ce7f92
·
verified
·
1 Parent(s):
d941a3f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -63,4 +63,4 @@ with gr.Blocks() as app:
63
64
# === Launch ===
65
if __name__ == "__main__":
66
-
app.launch()
63
64
# === Launch ===
65
if __name__ == "__main__":
66
+
app.launch(
share=True
)