Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HemaSowjanya
/
function_summarizer
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
HemaSowjanya
commited on
Aug 18, 2024
Commit
a8635e4
·
verified
·
1 Parent(s):
086703b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -6,4 +6,4 @@ demo = gr.Interface(
6
inputs=['text'],
7
outputs="text",
8
)
9
-
demo.launch(
share=True
)
6
inputs=['text'],
7
outputs="text",
8
)
9
+
demo.launch()