Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
# https://huggingface.co/spaces/Mishmosh/MichelleAssessment3
|
|
|
|
|
|
|
2 |
import gradio as gr
|
3 |
def process_input(pdf_file):
|
4 |
print("Received PDF File:", pdf_file.name)
|
|
|
1 |
# https://huggingface.co/spaces/Mishmosh/MichelleAssessment3
|
2 |
+
# I was having great difficulty getting any code to run without errors. Finally when it was working I ran out of time to complete the task
|
3 |
+
# The code receives a PDF but doesnt' appear to process it.
|
4 |
+
# I still need to add the gradio interface output to show the summarized text and play the sound file
|
5 |
import gradio as gr
|
6 |
def process_input(pdf_file):
|
7 |
print("Received PDF File:", pdf_file.name)
|