Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Zlovoblachko
/
REALEC_GEC_test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Zlovoblachko
commited on
13 days ago
Commit
504d04a
·
verified
·
1 Parent(s):
3acb933
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -289,4 +289,4 @@ def create_gradio_app():
289
return iface
290
291
iface = create_gradio_app()
292
-
iface.launch(
debug=True
)
289
return iface
290
291
iface = create_gradio_app()
292
+
iface.launch()