yuanchenyang's picture
Renamed app.py
3bb403d
raw
history blame contribute delete
No virus
111 Bytes
import sys
sys.path.append('gradio')
from app import demo
demo.launch(server_name="0.0.0.0", server_port=7860)