akhaliq HF staff commited on
Commit
a288510
1 Parent(s): e7badae

remove trellis, need gradio 4

Browse files
Files changed (2) hide show
  1. app.py +0 -4
  2. requirements.txt +0 -2
app.py CHANGED
@@ -26,7 +26,6 @@ from app_together import demo as demo_together
26
  from app_xai import demo as demo_grok
27
  from app_showui import demo as demo_showui
28
  from app_omini import demo as demo_omini
29
- from app_trellis import demo as demo_trellis
30
 
31
  with gr.Blocks(fill_height=True) as demo:
32
  with gr.Tab("Gemini"):
@@ -123,9 +122,6 @@ with gr.Blocks(fill_height=True) as demo:
123
  with gr.Tab("NVIDIA"):
124
  demo_nvidia.render()
125
  gr.Markdown("This app is built with gradio, check out gradio github and star: <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>.")
126
- with gr.Tab("TRELLIS"):
127
- demo_trellis.render()
128
- gr.Markdown("This app is built with gradio, check out gradio github and star: <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>.")
129
 
130
 
131
  if __name__ == "__main__":
 
26
  from app_xai import demo as demo_grok
27
  from app_showui import demo as demo_showui
28
  from app_omini import demo as demo_omini
 
29
 
30
  with gr.Blocks(fill_height=True) as demo:
31
  with gr.Tab("Gemini"):
 
122
  with gr.Tab("NVIDIA"):
123
  demo_nvidia.render()
124
  gr.Markdown("This app is built with gradio, check out gradio github and star: <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>.")
 
 
 
125
 
126
 
127
  if __name__ == "__main__":
requirements.txt CHANGED
@@ -398,5 +398,3 @@ xai-gradio==0.0.2
398
  playai-gradio @ git+https://github.com/AK391/playai-gradio.git
399
 
400
  lumaai-gradio @ git+https://github.com/AK391/lumaai-gradio.git
401
-
402
- gradio_litmodel3d==0.0.1
 
398
  playai-gradio @ git+https://github.com/AK391/playai-gradio.git
399
 
400
  lumaai-gradio @ git+https://github.com/AK391/lumaai-gradio.git