Spaces:
Build error
Build error
| #python3 -m unzipper | |
| import subprocess | |
| import gradio as gr | |
| def ru(hi): | |
| x = print(hi + " hi") | |
| return x ,subprocess.run("python3 -m unzipper",shell=True) | |
| gr.Interface(fn=ru,inputs="text",outputs=["text","text"],live=True).launch(debug=True) |