Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,6 @@ import nltk
|
|
4 |
from nltk.tokenize import sent_tokenize
|
5 |
nltk.download("punkt")
|
6 |
import gradio as gr
|
7 |
-
from gradio.mix import Parallel
|
8 |
|
9 |
|
10 |
# Defining a function to read in the text file
|
|
|
4 |
from nltk.tokenize import sent_tokenize
|
5 |
nltk.download("punkt")
|
6 |
import gradio as gr
|
|
|
7 |
|
8 |
|
9 |
# Defining a function to read in the text file
|