Testing
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: Inference
|
3 |
emoji: π
|
4 |
colorFrom: yellow
|
5 |
colorTo: indigo
|
@@ -8,7 +8,7 @@ sdk_version: 5.20.1
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
-
short_description:
|
12 |
---
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: Inference Test Model
|
3 |
emoji: π
|
4 |
colorFrom: yellow
|
5 |
colorTo: indigo
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
+
short_description: Llama
|
12 |
---
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
app.py
CHANGED
@@ -11,7 +11,7 @@ HF_TOKEN = os.environ.get("HF_TOKEN", None)
|
|
11 |
|
12 |
DESCRIPTION = '''
|
13 |
<div>
|
14 |
-
<h1 style="text-align: center;">
|
15 |
</div>
|
16 |
'''
|
17 |
|
@@ -22,10 +22,6 @@ LICENSE = """
|
|
22 |
"""
|
23 |
|
24 |
PLACEHOLDER = """
|
25 |
-
<div style="padding: 30px; text-align: center; display: flex; flex-direction: column; align-items: center;">
|
26 |
-
<h1 style="font-size: 28px; margin-bottom: 2px; opacity: 0.55;">Oscar's Uncensored Model</h1>
|
27 |
-
<p style="font-size: 18px; margin-bottom: 2px; opacity: 0.65;">Ask me anything...</p>
|
28 |
-
</div>
|
29 |
"""
|
30 |
|
31 |
|
|
|
11 |
|
12 |
DESCRIPTION = '''
|
13 |
<div>
|
14 |
+
<h1 style="text-align: center;">Test Model</h1>
|
15 |
</div>
|
16 |
'''
|
17 |
|
|
|
22 |
"""
|
23 |
|
24 |
PLACEHOLDER = """
|
|
|
|
|
|
|
|
|
25 |
"""
|
26 |
|
27 |
|