Spaces:
Runtime error
Runtime error
Update Spaces
Browse files
app.py
CHANGED
@@ -8,6 +8,7 @@ import random
|
|
8 |
import gradio as gr
|
9 |
|
10 |
nltk.download('punkt')
|
|
|
11 |
|
12 |
with open('dataset.json', 'r') as file:
|
13 |
dataset = json.load(file)
|
|
|
8 |
import gradio as gr
|
9 |
|
10 |
nltk.download('punkt')
|
11 |
+
nltk.download('punkt_tab')
|
12 |
|
13 |
with open('dataset.json', 'r') as file:
|
14 |
dataset = json.load(file)
|