vortexa64 commited on
Commit
352ec94
·
verified ·
1 Parent(s): cc0f085

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import numpy as np
2
  import gradio as gr
3
 
4
- # ======== LOAD DATASET ========
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