lewtun HF staff commited on
Commit
64b8681
1 Parent(s): b578184

Create new file

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+ examples = [["My name is Lewis", "Nima is really cool at"]]
4
+
5
+ gr.Interface.load("huggingface/gpt2", examples=examples)