parserPDF / Procfile
semmyk's picture
Procfile_webprocess file to use main.py
bede14d
raw
history blame
238 Bytes
# main process for the Gradio app: // web process command
web: gradio main.py
# web: gradio app.py
# web: indicates command for the web process.
# gradio main.py : Gradio application use main.py as the entry point.
# SMY: # instead of //