Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,10 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
import spaces
|
4 |
+
|
5 |
+
@spaces.GPU
|
6 |
+
def start():
|
7 |
+
gr.load("models/meta-llama/Meta-Llama-3.1-405B").launch()
|
8 |
+
|
9 |
+
start();
|
10 |
+
|