browndw commited on
Commit
df38f5d
1 Parent(s): a2dfee3

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import gradio as gr
2
+
3
+ gr.Interface.load("huggingface/browndw/docusco-bert", title=None, inputs=gr.inputs.Textbox(label="Input", default="Jaws is a splendidly shrewd cinematic equation which not only gives you one or two very nasty turns when you least expect them but, possibly more important, knows when to make you think another is coming without actually providing it.")).launch()