Spaces:
Sleeping
Sleeping
Delete app.py
Browse files
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()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|