YashGb commited on
Commit
45e0bec
·
1 Parent(s): 03be0c9

Delete app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -10
app.py DELETED
@@ -1,10 +0,0 @@
1
- import gradio as gr
2
- from help_me_talk import helpTalk
3
-
4
- def prompt(input):
5
- return helpTalk(input)
6
-
7
- prob = gr.Textbox(label="Argument")
8
- book = gr.Textbox(label="Response")
9
- iface = gr.Interface(fn=prompt, inputs=prob, outputs=book,title="Let Me help you Bro : )", description="This will help.")
10
- iface.launch()