dylanebert commited on
Commit
b18cfa8
·
1 Parent(s): b935477

trellis example

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -1235,11 +1235,11 @@ with gr.Blocks(title="Research Tracker MCP Server") as demo:
1235
 
1236
  with gr.Column():
1237
  date_output = gr.Textbox(label="Publication Date", interactive=False)
1238
- model_output = gr.Textbox(label="HuggingFace Model", interactive=False)
1239
- dataset_output = gr.Textbox(label="HuggingFace Dataset", interactive=False)
1240
 
1241
  with gr.Column():
1242
- space_output = gr.Textbox(label="HuggingFace Space", interactive=False)
1243
  license_output = gr.Textbox(label="License", interactive=False)
1244
  field_type_output = gr.Textbox(label="Field Type", interactive=False)
1245
 
@@ -1260,6 +1260,7 @@ with gr.Blocks(title="Research Tracker MCP Server") as demo:
1260
  ["https://arxiv.org/abs/2506.18787"],
1261
  ["https://huggingface.co/papers/2010.11929"],
1262
  ["https://github.com/facebookresearch/segment-anything"],
 
1263
  ],
1264
  inputs=[input_text],
1265
  outputs=[
 
1235
 
1236
  with gr.Column():
1237
  date_output = gr.Textbox(label="Publication Date", interactive=False)
1238
+ model_output = gr.Textbox(label="Hugging Face Model", interactive=False)
1239
+ dataset_output = gr.Textbox(label="Hugging Face Dataset", interactive=False)
1240
 
1241
  with gr.Column():
1242
+ space_output = gr.Textbox(label="Hugging Face Space", interactive=False)
1243
  license_output = gr.Textbox(label="License", interactive=False)
1244
  field_type_output = gr.Textbox(label="Field Type", interactive=False)
1245
 
 
1260
  ["https://arxiv.org/abs/2506.18787"],
1261
  ["https://huggingface.co/papers/2010.11929"],
1262
  ["https://github.com/facebookresearch/segment-anything"],
1263
+ ["https://microsoft.github.io/TRELLIS/"]
1264
  ],
1265
  inputs=[input_text],
1266
  outputs=[