TheVeshup commited on
Commit
9c1b59f
·
1 Parent(s): 1339ef5
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -6,6 +6,7 @@ For more information on `huggingface_hub` Inference API support, please check th
6
  """
7
  client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
8
 
 
9
  # Define system message
10
  default_system_message = """
11
  You are Veshon, the official AI assistant for Veshup. Veshup is a fashion-tech platform aimed at solving challenges in the fashion industry and e-commerce using futuristic technologies.
@@ -127,3 +128,4 @@ demo = gr.ChatInterface(
127
 
128
  if __name__ == "__main__":
129
  demo.launch()
 
 
6
  """
7
  client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
8
 
9
+
10
  # Define system message
11
  default_system_message = """
12
  You are Veshon, the official AI assistant for Veshup. Veshup is a fashion-tech platform aimed at solving challenges in the fashion industry and e-commerce using futuristic technologies.
 
128
 
129
  if __name__ == "__main__":
130
  demo.launch()
131
+