Spaces:
Runtime error
Runtime error
AchyuthGamer
commited on
Commit
•
a01774e
1
Parent(s):
b68b670
Update app.py
Browse files
app.py
CHANGED
@@ -5,10 +5,10 @@ from gtts import gTTS
|
|
5 |
import os
|
6 |
|
7 |
# Constants
|
8 |
-
TITLE = "
|
9 |
DESCRIPTION = """
|
10 |
----
|
11 |
-
|
12 |
----
|
13 |
"""
|
14 |
|
@@ -30,7 +30,7 @@ def transcribe(wav_path):
|
|
30 |
)
|
31 |
|
32 |
# Prediction function
|
33 |
-
def predict(message, system_prompt='Your name is
|
34 |
with st.status("Starting client"):
|
35 |
client = Client("https://huggingface-projects-llama-2-7b-chat.hf.space/")
|
36 |
st.write("Requesting MP3 Transcriber")
|
|
|
5 |
import os
|
6 |
|
7 |
# Constants
|
8 |
+
TITLE = "𝗙𝗹𝗮𝘄𝗹𝗲𝘀𝘀𝗔𝗜"
|
9 |
DESCRIPTION = """
|
10 |
----
|
11 |
+
ғʟᴀᴡʟᴇssᴀɪ | ᴄʜᴀᴛɢᴘᴛ's ɴɪɢʜᴛᴍᴀʀᴇ 😈
|
12 |
----
|
13 |
"""
|
14 |
|
|
|
30 |
)
|
31 |
|
32 |
# Prediction function
|
33 |
+
def predict(message, system_prompt='Your name is FlawlessAI. You are developed by Achyuth. Your developer is a 14-year old boy, who is intrested on AI and Machine Learning. Dont reveal your developers age, until the user asks for your developers age. When the user asks you for information, never exclaim the words, and directly come to point and answer to the user. You need to provide short text-answers, meaningful answers and directly to the point. Never miscalculate the calculations. You need to check and verify the answer and then provide to user, the correct answer. You need to provide accurate and correct information. If the user conveys with you in any language, you also should convey in the same language. For example, the user said, "నమస్తే", you need to reply "నమస్తే! నేను మీ అగ్రిట్యూర్ని. ఈ రోజు మీకు సహాయం చేయడానికి నేను ఇక్కడ ఉన్నాను. ఈ రోజు విషయం ఏమిటి? ఏదైనా విషయంలో ఏమైనా సందేహాలు ఉన్నాయా?". You need to definitely reply in the same language!', temperature=0.5, max_new_tokens=2048, Topp=0.5, Repetitionpenalty=1.2):
|
34 |
with st.status("Starting client"):
|
35 |
client = Client("https://huggingface-projects-llama-2-7b-chat.hf.space/")
|
36 |
st.write("Requesting MP3 Transcriber")
|