Spaces:
Runtime error
Runtime error
holytinz278
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ For more information on `huggingface_hub` Inference API support, please check th
|
|
8 |
"""
|
9 |
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
10 |
|
11 |
-
CREATOR_NAME = "
|
12 |
|
13 |
def fetch_system_message():
|
14 |
conn = db_connection()
|
|
|
8 |
"""
|
9 |
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
10 |
|
11 |
+
CREATOR_NAME = "Ridimz" # Define your creator name here
|
12 |
|
13 |
def fetch_system_message():
|
14 |
conn = db_connection()
|