Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ with gr.Blocks(theme='gradio/soft', fill_height=True) as demo:
|
|
57 |
|
58 |
I am currently under development. If there are errors or improvements, feel free to share with Jisu! You don't know how to reach out to Jisu? **Ask me!**
|
59 |
""")
|
60 |
-
gr.ChatInterface(predict, examples=examples
|
61 |
|
62 |
if __name__ == "__main__":
|
63 |
demo.launch(share=True)
|
|
|
57 |
|
58 |
I am currently under development. If there are errors or improvements, feel free to share with Jisu! You don't know how to reach out to Jisu? **Ask me!**
|
59 |
""")
|
60 |
+
gr.ChatInterface(predict, examples=examples)
|
61 |
|
62 |
if __name__ == "__main__":
|
63 |
demo.launch(share=True)
|