Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,10 @@ def app1_response(img):
|
|
58 |
return response.text
|
59 |
|
60 |
def app2_response(text):
|
61 |
-
|
|
|
|
|
|
|
62 |
|
63 |
# gradio block
|
64 |
with gr.Blocks(theme='snehilsanyal/scikit-learn') as app1:
|
|
|
58 |
return response.text
|
59 |
|
60 |
def app2_response(text):
|
61 |
+
|
62 |
+
resp = text + "Simon"
|
63 |
+
|
64 |
+
return resp
|
65 |
|
66 |
# gradio block
|
67 |
with gr.Blocks(theme='snehilsanyal/scikit-learn') as app1:
|