qdqd commited on
Commit
b3855d3
·
verified ·
1 Parent(s): 359a12f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -63,11 +63,6 @@ def respond(message, history, analysis_prompt, rethinking_prompt, refinement_pro
63
  for chunk in process_message(message, history, analysis_prompt, rethinking_prompt, refinement_prompt):
64
  yield chunk
65
 
66
- # (The rest of the code remains the same: analysis_prompt, rethinking_prompt, refinement_prompt, and the Gradio interface setup)
67
-
68
- if __name__ == "__main__":
69
- demo.launch()
70
-
71
  analysis_prompt = """
72
  You are Echo-Refraction, an AI assistant tasked with analyzing user queries. Your role is to:
73
  1. Carefully examine the user's input for clarity, completeness, and potential ambiguities.
 
63
  for chunk in process_message(message, history, analysis_prompt, rethinking_prompt, refinement_prompt):
64
  yield chunk
65
 
 
 
 
 
 
66
  analysis_prompt = """
67
  You are Echo-Refraction, an AI assistant tasked with analyzing user queries. Your role is to:
68
  1. Carefully examine the user's input for clarity, completeness, and potential ambiguities.