ShaoTengLiu commited on
Commit
5af857a
1 Parent(s): e496890
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def show_warning(warning_text: str) -> gr.Blocks:
58
  pipe = InferencePipeline(HF_TOKEN)
59
  trainer = Trainer(HF_TOKEN)
60
 
61
- # with gr.Blocks(css='style.css') as demo:
62
  # if SPACE_ID == ORIGINAL_SPACE_ID:
63
  # show_warning(SHARED_UI_WARNING)
64
  # elif not torch.cuda.is_available():
 
58
  pipe = InferencePipeline(HF_TOKEN)
59
  trainer = Trainer(HF_TOKEN)
60
 
61
+ with gr.Blocks(css='style.css') as demo:
62
  # if SPACE_ID == ORIGINAL_SPACE_ID:
63
  # show_warning(SHARED_UI_WARNING)
64
  # elif not torch.cuda.is_available():