Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
onkarsus13
/
CoFormer
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
onkarsus13
commited on
Nov 17, 2022
Commit
1dab9b8
·
1 Parent(s):
cae6bfb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -36,4 +36,4 @@ demo = gr.Interface(fn=infer,
36
outputs=[gr.outputs.Textbox(label="Output Text")]
37
)
38
39
-
demo.launch(
share=True
)
36
outputs=[gr.outputs.Textbox(label="Output Text")]
37
)
38
39
+
demo.launch()