Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Kumarkishalaya/Cricket-commentary-generation
himanishprak23
/
Cricket-commentary-generation
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Kumarkishalaya
commited on
Jul 2, 2024
Commit
6b02864
·
verified
·
1 Parent(s):
882be2c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -23,4 +23,4 @@ iface = gr.Interface(fn=generate,
23
24
# Launch the app
25
if __name__ == "__main__":
26
-
iface.launch()
23
24
# Launch the app
25
if __name__ == "__main__":
26
+
iface.launch(
share=True
)