Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
imseldrith
/
anydlbot
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2e1d385
anydlbot
/
app.py
imseldrith
Update app.py
ff40e93
almost 3 years ago
raw
Copy download link
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)