openfree commited on
Commit
97a5cf0
·
verified ·
1 Parent(s): 8b3c02d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -687,6 +687,8 @@ def get_models_data(progress=gr.Progress()):
687
  return error_fig, error_html, empty_df
688
 
689
  target_spaces = {
 
 
690
  "Heartsync/NSFW-Uncensored-video2": "https://huggingface.co/spaces/Heartsync/NSFW-Uncensored-video2",
691
  "Heartsync/NSFW-Uncensored-video": "https://huggingface.co/spaces/Heartsync/NSFW-Uncensored-video",
692
 
 
687
  return error_fig, error_html, empty_df
688
 
689
  target_spaces = {
690
+ "ginigen/3D-LLAMA-V1": "https://huggingface.co/spaces/ginigen/3D-LLAMA-V1",
691
+
692
  "Heartsync/NSFW-Uncensored-video2": "https://huggingface.co/spaces/Heartsync/NSFW-Uncensored-video2",
693
  "Heartsync/NSFW-Uncensored-video": "https://huggingface.co/spaces/Heartsync/NSFW-Uncensored-video",
694