xinjie.wang commited on
Commit
7d26423
·
1 Parent(s): 4ba072b
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -31,8 +31,8 @@ from pathlib import Path
31
  import gradio as gr
32
  import pandas as pd
33
  from app_style import custom_theme, lighting_css
34
- from embodied_gen.utils.tags import VERSION
35
-
36
  try:
37
  from embodied_gen.utils.gpt_clients import GPT_CLIENT as gpt_client
38
 
 
31
  import gradio as gr
32
  import pandas as pd
33
  from app_style import custom_theme, lighting_css
34
+ # from embodied_gen.utils.tags import VERSION
35
+ VERSION = "v0.1.8"
36
  try:
37
  from embodied_gen.utils.gpt_clients import GPT_CLIENT as gpt_client
38