initial commit
Browse files
README.md
CHANGED
@@ -1,10 +1,12 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 🌖
|
4 |
colorFrom: green
|
5 |
colorTo: pink
|
6 |
sdk: docker
|
7 |
pinned: false
|
|
|
|
|
8 |
---
|
9 |
|
10 |
To get started working with quarto we recommend you first [install quarto](https://quarto.org/docs/get-started/) locally so that you can render the site without Docker.
|
|
|
1 |
---
|
2 |
+
title: Meta Llama Llama 3.2 90B Vision Instruct
|
3 |
emoji: 🌖
|
4 |
colorFrom: green
|
5 |
colorTo: pink
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
+
license: apache-2.0
|
9 |
+
short_description: meta-llama-Llama-3.2-90B-Vision-Instruct 你就说强不强?
|
10 |
---
|
11 |
|
12 |
To get started working with quarto we recommend you first [install quarto](https://quarto.org/docs/get-started/) locally so that you can render the site without Docker.
|
app.py
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
import gradio as gr
|
2 |
+
|
3 |
+
gr.load("models/meta-llama/Llama-3.2-90B-Vision-Instruct").launch()
|