Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kleinay
/
qanom-seq2seq-demo
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kleinay
commited on
Apr 4, 2022
Commit
3dc25ec
·
1 Parent(s):
408005e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -46,4 +46,5 @@ iface = gr.Interface(fn=call,
46
description=description,
47
article=links,
48
examples=examples )
49
iface.launch()
46
description=description,
47
article=links,
48
examples=examples )
49
+
50
iface.launch()