Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import gradio as gr
|
|
| 2 |
import random
|
| 3 |
import markovify
|
| 4 |
|
| 5 |
-
def gen():
|
| 6 |
if text in ["1091393561192304661","848565511834566677"]:
|
| 7 |
size = random.randint(1, 650)
|
| 8 |
file_name = "./premium.txt"
|
|
|
|
| 2 |
import random
|
| 3 |
import markovify
|
| 4 |
|
| 5 |
+
def gen(text):
|
| 6 |
if text in ["1091393561192304661","848565511834566677"]:
|
| 7 |
size = random.randint(1, 650)
|
| 8 |
file_name = "./premium.txt"
|