miki5799 commited on
Commit
33c03f7
·
1 Parent(s): 3347b94

Add numpy import to app.py for enhanced functionality

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -11,6 +11,7 @@ from typing import Callable, Dict, Iterable, List, Optional, Type, TypedDict, Ty
11
 
12
  import gradio as gr
13
  import nltk
 
14
  import tqdm
15
  from nltk.corpus import stopwords as nltk_stopwords
16
 
@@ -326,7 +327,7 @@ plots_b = {
326
  0.8116893424036281,
327
  0.8083002267573697,
328
  ],
329
- } # TODO: Replace
330
  plots_k1 = {
331
  "X": [0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0],
332
  "Y": [
 
11
 
12
  import gradio as gr
13
  import nltk
14
+ import numpy as np
15
  import tqdm
16
  from nltk.corpus import stopwords as nltk_stopwords
17
 
 
327
  0.8116893424036281,
328
  0.8083002267573697,
329
  ],
330
+ }
331
  plots_k1 = {
332
  "X": [0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0],
333
  "Y": [