Spaces:
Paused
Paused
Commit
·
4ed4889
1
Parent(s):
831a2c6
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,6 +3,6 @@ import gradio as gr
|
|
| 3 |
import bot
|
| 4 |
def ru(hi):
|
| 5 |
#print(bot)
|
| 6 |
-
print("hi" + hi)
|
| 7 |
return subprocess.run("python3 bot.py",shell=True)
|
| 8 |
gr.Interface(fn=ru,inputs="text",outputs="text",live=True).launch(debug=True)
|
|
|
|
| 3 |
import bot
|
| 4 |
def ru(hi):
|
| 5 |
#print(bot)
|
| 6 |
+
print("hi " + hi)
|
| 7 |
return subprocess.run("python3 bot.py",shell=True)
|
| 8 |
gr.Interface(fn=ru,inputs="text",outputs="text",live=True).launch(debug=True)
|