joys631 commited on
Commit
ba74397
1 Parent(s): 0788fe0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -1,7 +1,10 @@
1
- from huggingface_hub import InferenceClient
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
 
 
1
+ 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