Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,3 @@
|
|
1 |
import gradio as gr
|
2 |
-
|
3 |
-
gr.Markdown("# Main page components")
|
4 |
-
with demo.route("Settings", "/settings"):
|
5 |
-
gr.Markdown("# Settings page components")
|
6 |
demo.launch()
|
|
|
1 |
import gradio as gr
|
2 |
+
gr.load_chat("http://192.168.10.234:11434/")
|
|
|
|
|
|
|
3 |
demo.launch()
|