Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Shriti09
/
Smol2TextGenerator
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Shriti09
commited on
Jan 27
Commit
0342d40
·
verified
·
1 Parent(s):
707f5ae
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -101,4 +101,4 @@ with gr.Blocks() as demo:
101
outputs=[output_text],
102
)
103
104
-
demo.launch()
101
outputs=[output_text],
102
)
103
104
+
demo.launch(
share=True
)