joys631 commited on
Commit
25bdda6
1 Parent(s): ba74397

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -2,9 +2,6 @@ from huggingface_hub import InferenceClient, create_branch
2
  import gradio as gr
3
  import time
4
 
5
- create_branch(branch="without-inference")
6
- print("bracnh created")
7
-
8
  client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
9
  #client = InferenceClient("meta-llama/Llama-2-70b-chat-hf")
10
 
 
2
  import gradio as gr
3
  import time
4
 
 
 
 
5
  client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
6
  #client = InferenceClient("meta-llama/Llama-2-70b-chat-hf")
7