TK192828 commited on
Commit
a0162d6
·
1 Parent(s): 9e22404

git add app.py git commit -m "Add application file" git push

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,6 +6,6 @@ def greet(name):
6
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
7
  iface.launch()
8
 
9
- demo = gr.load("Helsinki-NLP/opus-mt-en-es", src="models")
10
 
11
- demo.launch()
 
6
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
7
  iface.launch()
8
 
9
+ gr.Interface.load("models/gpt2-medium").launch()
10
 
11
+ gr.Interface.load("models/coffeeee/nsfw-story-generator2").launch()