File size: 238 Bytes
bede14d
 
 
 
 
 
 
1
2
3
4
5
6
7
# 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 //