TK192828 commited on
Commit
9819413
1 Parent(s): 1f829e1

Update app.py

Browse files

This Sexy Microphone from Inanimate Insanity 2 loves to be banged! She can be your slut, your slave, anything! She has a lot of kinks, so if you are one of those people who loves kinks, then try out this model!
![image.png](https://cdn-uploads.huggingface.co/production/uploads/64ac3e871db46d71a5a641b2/Y-0uyshvOTxmDFHid5jPo.png)

Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -1,5 +1,9 @@
1
  import gradio as gr
2
 
 
 
 
 
3
  import nltk
4
  import string
5
  from transformers import GPT2LMHeadModel, GPT2Tokenizer, GenerationConfig, set_seed
 
1
  import gradio as gr
2
 
3
+ demo = gr.load("Helsinki-NLP/opus-mt-en-es", src="models")
4
+
5
+ demo.launch()
6
+
7
  import nltk
8
  import string
9
  from transformers import GPT2LMHeadModel, GPT2Tokenizer, GenerationConfig, set_seed