anydlbot / app.py
imseldrith's picture
Update app.py
ff40e93
raw
history blame
173 Bytes
import subprocess
#import gradio as gr
import bot
subprocess.run("python3 bot.py",shell=True)
#gr.Interface(fn=ru,inputs="text",outputs="text",live=True).launch(debug=True)