Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kmkarakaya
/
Auto_Review_Generation_in_Turkish
like
4
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
kmkarakaya
commited on
Jul 17, 2022
Commit
9eb8301
·
1 Parent(s):
8ed4b31
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -40,4 +40,4 @@ demo = gr.Interface(fn=generate_review,
40
description= description,
41
article = article
42
)
43
-
demo.launch(
`
share=True
`
)
40
description= description,
41
article = article
42
)
43
+
demo.launch(
'
share=True
'
)