Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,16 +8,16 @@ from threading import Thread
|
|
8 |
|
9 |
|
10 |
HF_TOKEN = os.environ.get("HF_TOKEN", None)
|
11 |
-
MODEL_ID = "qnguyen3/
|
12 |
MODELS = os.environ.get("MODELS")
|
13 |
MODEL_NAME = MODELS.split("/")[-1]
|
14 |
|
15 |
-
TITLE = "<h1><center>
|
16 |
|
17 |
DESCRIPTION = f"""
|
18 |
<h3>MODEL: <a href="https://hf.co/{MODELS}">{MODEL_NAME}</a></h3>
|
19 |
<center>
|
20 |
-
<p>
|
21 |
<br>
|
22 |
Feel free to test without log.
|
23 |
</p>
|
@@ -135,10 +135,10 @@ with gr.Blocks(css=CSS) as demo:
|
|
135 |
),
|
136 |
],
|
137 |
examples=[
|
138 |
-
["
|
139 |
-
["
|
140 |
-
["
|
141 |
-
["
|
142 |
],
|
143 |
cache_examples=False,
|
144 |
)
|
|
|
8 |
|
9 |
|
10 |
HF_TOKEN = os.environ.get("HF_TOKEN", None)
|
11 |
+
MODEL_ID = "qnguyen3/raspberry-3b"
|
12 |
MODELS = os.environ.get("MODELS")
|
13 |
MODEL_NAME = MODELS.split("/")[-1]
|
14 |
|
15 |
+
TITLE = "<h1><center>raspberry-3b</center></h1>"
|
16 |
|
17 |
DESCRIPTION = f"""
|
18 |
<h3>MODEL: <a href="https://hf.co/{MODELS}">{MODEL_NAME}</a></h3>
|
19 |
<center>
|
20 |
+
<p>raspberry-3b
|
21 |
<br>
|
22 |
Feel free to test without log.
|
23 |
</p>
|
|
|
135 |
),
|
136 |
],
|
137 |
examples=[
|
138 |
+
["Can you explain briefly to me what is the Python programming language?"],
|
139 |
+
["Explain the plot of Cinderella in a sentence."],
|
140 |
+
["How many hours does it take a man to eat a Helicopter?"],
|
141 |
+
["Write a 100-word article on 'Benefits of Open-Source in AI research'"],
|
142 |
],
|
143 |
cache_examples=False,
|
144 |
)
|