yuenkayi commited on
Commit
e9753f5
1 Parent(s): 82355d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,3 +1,5 @@
1
  import gradio as gr
2
 
3
  gr.Interface.load("huggingface/bigscience/bloom-560m",title="My story", description="Input your text, submit and the machine will output text.").launch()
 
 
 
1
  import gradio as gr
2
 
3
  gr.Interface.load("huggingface/bigscience/bloom-560m",title="My story", description="Input your text, submit and the machine will output text.").launch()
4
+
5
+ model1=gr.Interface.load("huggingface/gpt2")