tanyadhast commited on
Commit
0bf84d3
·
verified ·
1 Parent(s): e91ec76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
  import random
3
- from huggingface_hub import InterferenceClient
4
  #import lines fo at the top! Any libraries I need to import go here
5
 
6
  client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
 
1
  import gradio as gr
2
  import random
3
+ from huggingface_hub import InferenceClient
4
  #import lines fo at the top! Any libraries I need to import go here
5
 
6
  client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")