Spaces:
Running
on
Zero
Running
on
Zero
roman-bachmann
commited on
Commit
•
0127f03
1
Parent(s):
3128011
Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ with gr.Blocks(css=css, theme=gr.themes.Base()) as demo:
|
|
110 |
[`Website`](https://4m.epfl.ch) | [`GitHub`](https://github.com/apple/ml-4m) <br>[`4M Paper (NeurIPS'23)`](https://arxiv.org/abs/2312.06647) | [`4M-21 Paper (arXiv'24)`](https://arxiv.org/abs/2406.09406)
|
111 |
|
112 |
This demo predicts all modalities from a given RGB input, using [{FM_MODEL_ID}](https://huggingface.co/{FM_MODEL_ID}), running on *{power_device}*.
|
113 |
-
For more generative examples, please see our [GitHub repo](https://github.com/apple/ml-4m).
|
114 |
""")
|
115 |
|
116 |
img_path = gr.Image(label='RGB input image', type='filepath')
|
|
|
110 |
[`Website`](https://4m.epfl.ch) | [`GitHub`](https://github.com/apple/ml-4m) <br>[`4M Paper (NeurIPS'23)`](https://arxiv.org/abs/2312.06647) | [`4M-21 Paper (arXiv'24)`](https://arxiv.org/abs/2406.09406)
|
111 |
|
112 |
This demo predicts all modalities from a given RGB input, using [{FM_MODEL_ID}](https://huggingface.co/{FM_MODEL_ID}), running on *{power_device}*.
|
113 |
+
For more generative any-to-any examples, please see our [GitHub repo](https://github.com/apple/ml-4m#generation).
|
114 |
""")
|
115 |
|
116 |
img_path = gr.Image(label='RGB input image', type='filepath')
|