dawood HF staff commited on
Commit
cab93f0
1 Parent(s): f4a7d01

Create new file

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+ iface = gr.Interface.load("huggingface/gpt2")
4
+ iface.launch()