feiyang-cai commited on
Commit
ed5d690
·
verified ·
1 Parent(s): 4dab948

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -178,7 +178,7 @@ def build_inference():
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]])
 
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]])