sagar007 commited on
Commit
8ce99fe
·
verified ·
1 Parent(s): dfcd89e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ def stream_text_chat(message, history, system_prompt, temperature=0.8, max_new_t
109
  # Clean up temporary audio files
110
  for audio_file in audio_files:
111
  os.remove(audio_file)
112
-
113
  @spaces.GPU
114
  def process_vision_query(image, text_input):
115
  prompt = f"<|user|>\n<|image_1|>\n{text_input}<|end|>\n<|assistant|>\n"
 
109
  # Clean up temporary audio files
110
  for audio_file in audio_files:
111
  os.remove(audio_file)
112
+
113
  @spaces.GPU
114
  def process_vision_query(image, text_input):
115
  prompt = f"<|user|>\n<|image_1|>\n{text_input}<|end|>\n<|assistant|>\n"