Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ app1 = gr.Interface(
|
|
72 |
|
73 |
app2 = gr.Interface(
|
74 |
fn=cr,
|
75 |
-
inputs= gr.
|
76 |
outputs=gr.Textbox(),
|
77 |
description=description_r,
|
78 |
)
|
|
|
72 |
|
73 |
app2 = gr.Interface(
|
74 |
fn=cr,
|
75 |
+
inputs= gr.Textbox(),
|
76 |
outputs=gr.Textbox(),
|
77 |
description=description_r,
|
78 |
)
|