Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ def auth(username: str, passwd: str) -> bool:
|
|
9 |
def main():
|
10 |
demo = gr.Interface(
|
11 |
fn=func,
|
12 |
-
inputs=[gr.
|
13 |
outputs=[gr.Textbox()],
|
14 |
)
|
15 |
demo.queue(api_open=True)
|
|
|
9 |
def main():
|
10 |
demo = gr.Interface(
|
11 |
fn=func,
|
12 |
+
inputs=[gr.Textbox()],
|
13 |
outputs=[gr.Textbox()],
|
14 |
)
|
15 |
demo.queue(api_open=True)
|