Spaces:
Runtime error
Runtime error
initial commit
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: π
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
|
@@ -8,13 +8,13 @@ pinned: false
|
|
| 8 |
hf_oauth: true
|
| 9 |
hf_oauth_expiration_minutes: 36000
|
| 10 |
hf_oauth_scopes:
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
tags:
|
| 17 |
-
|
| 18 |
---
|
| 19 |
|
| 20 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
+
title: MBZUAI LLaVA Phi 3 Mini 4k Instruct1
|
| 3 |
emoji: π
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
|
|
|
| 8 |
hf_oauth: true
|
| 9 |
hf_oauth_expiration_minutes: 36000
|
| 10 |
hf_oauth_scopes:
|
| 11 |
+
- read-repos
|
| 12 |
+
- write-repos
|
| 13 |
+
- manage-repos
|
| 14 |
+
- inference-api
|
| 15 |
+
- read-billing
|
| 16 |
tags:
|
| 17 |
+
- autotrain
|
| 18 |
---
|
| 19 |
|
| 20 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
app.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import gradio as gr
|
| 2 |
+
|
| 3 |
+
gr.load("models/MBZUAI/LLaVA-Phi-3-mini-4k-instruct").launch()
|