Spaces:
Running
on
A10G
Running
on
A10G
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from transformers import AutoModelForCausalLM, AutoTokenizer, TextIteratorStream
|
|
4 |
import gradio as gr
|
5 |
from threading import Thread
|
6 |
|
7 |
-
MODEL = "tiiuae/
|
8 |
|
9 |
TITLE = "<h1><center>Falcon3-1.58bit-instruct playground</center></h1>"
|
10 |
SUB_TITLE = """<center>This interface has been created for quick validation purposes, do not use it for production.</center>"""
|
|
|
4 |
import gradio as gr
|
5 |
from threading import Thread
|
6 |
|
7 |
+
MODEL = "tiiuae/Falcon3-7B-Instruct-1.58bit"
|
8 |
|
9 |
TITLE = "<h1><center>Falcon3-1.58bit-instruct playground</center></h1>"
|
10 |
SUB_TITLE = """<center>This interface has been created for quick validation purposes, do not use it for production.</center>"""
|