Update app.py
Browse files
app.py
CHANGED
@@ -24,5 +24,5 @@ def read_main():
|
|
24 |
return {"message": "This is your main app"}
|
25 |
|
26 |
|
27 |
-
io = gr.Interface(lambda x: "
|
28 |
app = gr.mount_gradio_app(app, io, path=CUSTOM_PATH)
|
|
|
24 |
return {"message": "This is your main app"}
|
25 |
|
26 |
|
27 |
+
io = gr.Interface(lambda x: "Hellosssss, " + x + "!", "textbox", "textbox")
|
28 |
app = gr.mount_gradio_app(app, io, path=CUSTOM_PATH)
|