Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,5 +6,5 @@ def prompt(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="
|
10 |
iface.launch()
|
|
|
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()
|