Spaces:
Sleeping
Sleeping
feiyang-cai
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -178,7 +178,9 @@ def build_inference():
|
|
178 |
with gr.Blocks() as demo:
|
179 |
# first row - Dropdown input
|
180 |
#with gr.Row():
|
181 |
-
|
|
|
|
|
182 |
dropdown = gr.Dropdown([task_names[key] for key in tasks], label="Task", value=task_names[tasks[0]])
|
183 |
description_box = gr.Textbox(label="Task description", lines=5,
|
184 |
interactive=False,
|
|
|
178 |
with gr.Blocks() as demo:
|
179 |
# first row - Dropdown input
|
180 |
#with gr.Row():
|
181 |
+
gr.Markdown(f"<span style='color: red;'>This is space is a Beta version, and you might encounter the problems duing the using. We will inspect this space and launch a new version by Jan 26, 2025. </span> ")
|
182 |
+
|
183 |
+
|
184 |
dropdown = gr.Dropdown([task_names[key] for key in tasks], label="Task", value=task_names[tasks[0]])
|
185 |
description_box = gr.Textbox(label="Task description", lines=5,
|
186 |
interactive=False,
|