Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ model = MllamaForConditionalGeneration.from_pretrained(ckpt,
|
|
13 |
processor = AutoProcessor.from_pretrained(ckpt)
|
14 |
|
15 |
|
16 |
-
@spaces.GPU
|
17 |
def bot_streaming(message, history, max_new_tokens=250):
|
18 |
|
19 |
txt = message["text"]
|
|
|
13 |
processor = AutoProcessor.from_pretrained(ckpt)
|
14 |
|
15 |
|
16 |
+
@spaces.GPU()
|
17 |
def bot_streaming(message, history, max_new_tokens=250):
|
18 |
|
19 |
txt = message["text"]
|