Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
taufiqdp
/
sentence_fix
like
0
Paused
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
taufiqdp
commited on
Jul 2, 2023
Commit
d903b05
·
1 Parent(s):
d8cf423
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -41,4 +41,4 @@ app = gr.Interface(fn=chat,
41
42
43
if __name__ == "__main__":
44
-
app.launch(
debug=True
)
41
42
43
if __name__ == "__main__":
44
+
app.launch()