Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SIB
/
Smart_Resume
like
1
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
ZELEFACK
commited on
Apr 14, 2022
Commit
4ae13dc
·
1 Parent(s):
bc7eaf8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
from gtts import gTTS
2
import gradio as gr
3
from PyPDF2 import PdfFileReader
1
+
#!/usr/bin/env python
2
+
# coding: utf-8
3
from gtts import gTTS
4
import gradio as gr
5
from PyPDF2 import PdfFileReader