Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
|
|
4 |
demo = gr.Interface(
|
5 |
fn=fn.run,
|
6 |
inputs="text",
|
7 |
-
outputs=["text","text"])
|
8 |
|
9 |
if __name__ == '__main__':
|
10 |
demo.launch()
|
|
|
4 |
demo = gr.Interface(
|
5 |
fn=fn.run,
|
6 |
inputs="text",
|
7 |
+
outputs=["text","text"])
|
8 |
|
9 |
if __name__ == '__main__':
|
10 |
demo.launch()
|