songhune commited on
Commit
d04b805
·
1 Parent(s): 35648bd
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -3,9 +3,11 @@ import gradio as gr
3
  from gradio_interface import create_interface
4
  from huggingface_hub import InferenceClient
5
  __author__ = "songhune"
 
6
  """
7
  For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
8
  """
 
9
  client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
10
 
11
  def main():
 
3
  from gradio_interface import create_interface
4
  from huggingface_hub import InferenceClient
5
  __author__ = "songhune"
6
+
7
  """
8
  For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
9
  """
10
+
11
  client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
12
 
13
  def main():