Update app.py
Browse files
app.py
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
import spaces
|
| 3 |
-
|
| 4 |
-
|
|
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
import spaces
|
| 3 |
+
def __init__(self):
|
| 4 |
+
@spaces.GPU
|
| 5 |
+
self.gr.load("models/codellama/CodeLlama-34b-Instruct-hf").launch()
|