Spaces:
Sleeping
Sleeping
Add note about stopped Modal server in Gradio UI
Browse files
app.py
CHANGED
@@ -109,6 +109,15 @@ def gradio_ui():
|
|
109 |
|
110 |
with gr.Blocks() as demo:
|
111 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
112 |
with gr.Tab("Chat"):
|
113 |
# Title
|
114 |
with gr.Row():
|
|
|
109 |
|
110 |
with gr.Blocks() as demo:
|
111 |
|
112 |
+
with gr.Tab("CLOSED"):
|
113 |
+
gr.Markdown(
|
114 |
+
# fmt: off
|
115 |
+
"⚠️**Note:** <br>"
|
116 |
+
"The Modal server used in this project has been stopped. <br>"
|
117 |
+
"If you would like to run it yourself, please clone this project via git and follow the instructions in the README.md to set up and run it."
|
118 |
+
# fmt: on
|
119 |
+
)
|
120 |
+
|
121 |
with gr.Tab("Chat"):
|
122 |
# Title
|
123 |
with gr.Row():
|