Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
import docx
|
|
|
3 |
|
4 |
def process_input(uploaded_file, input_text, function):
|
5 |
if uploaded_file is not None:
|
|
|
1 |
import gradio as gr
|
2 |
import docx
|
3 |
+
import numpy as np
|
4 |
|
5 |
def process_input(uploaded_file, input_text, function):
|
6 |
if uploaded_file is not None:
|