KasinEVA commited on
Commit
cd8b623
1 Parent(s): 68c0622

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,3 +1,3 @@
1
  import gradio as gr
2
 
3
- gr.Interface.load("huggingface/bigscience/bloom-560m",title="Pornhub", "description=what you like").launch()
 
1
  import gradio as gr
2
 
3
+ gr.Interface.load("huggingface/facebook?opt-350m", title="My First Text Generator", description="Input text and submit!").launch()