Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import numpy as np
|
| 2 |
import gradio as gr
|
| 3 |
|
| 4 |
-
# ======== LOAD
|
| 5 |
with open("dataset.txt", "r", encoding="utf-8") as f:
|
| 6 |
text = f.read().lower()
|
| 7 |
|
|
|
|
| 1 |
import numpy as np
|
| 2 |
import gradio as gr
|
| 3 |
|
| 4 |
+
# ======== LOAD DcATASET ========
|
| 5 |
with open("dataset.txt", "r", encoding="utf-8") as f:
|
| 6 |
text = f.read().lower()
|
| 7 |
|