'opeb'
Browse files
app.py
CHANGED
@@ -318,7 +318,7 @@ app7 = gr.Interface(
|
|
318 |
fn=mariam_web,
|
319 |
title="Mariam-web",
|
320 |
inputs=[gr.TextBox],
|
321 |
-
outputs=gr.
|
322 |
)
|
323 |
|
324 |
app8 = gr.Interface(
|
|
|
318 |
fn=mariam_web,
|
319 |
title="Mariam-web",
|
320 |
inputs=[gr.TextBox],
|
321 |
+
outputs=gr.Textbox(label="Reponse")
|
322 |
)
|
323 |
|
324 |
app8 = gr.Interface(
|