Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1094,15 +1094,15 @@ def main():
|
|
1094 |
|
1095 |
# Llama versus GPT Battle!
|
1096 |
all=""
|
1097 |
-
try:
|
1098 |
-
|
1099 |
-
|
1100 |
-
|
1101 |
-
|
1102 |
-
|
1103 |
#SpeechSynthesis(response)
|
1104 |
-
except:
|
1105 |
-
|
1106 |
|
1107 |
# gpt
|
1108 |
try:
|
|
|
1094 |
|
1095 |
# Llama versus GPT Battle!
|
1096 |
all=""
|
1097 |
+
#try:
|
1098 |
+
# st.write('🔍Running with Llama.')
|
1099 |
+
# response = StreamLLMChatResponse(file_contents)
|
1100 |
+
# filename = generate_filename(user_prompt, ".md")
|
1101 |
+
# create_file(filename, file_contents, response, should_save)
|
1102 |
+
# all=response
|
1103 |
#SpeechSynthesis(response)
|
1104 |
+
#except:
|
1105 |
+
# st.markdown('Llama is sleeping. Restart ETA 30 seconds.')
|
1106 |
|
1107 |
# gpt
|
1108 |
try:
|