Update app.py
Browse files
app.py
CHANGED
@@ -7,6 +7,7 @@ For more information on `huggingface_hub` Inference API support, please check th
|
|
7 |
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
8 |
|
9 |
def preview ():
|
|
|
10 |
|
11 |
|
12 |
def respond(
|
|
|
7 |
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
8 |
|
9 |
def preview ():
|
10 |
+
pass
|
11 |
|
12 |
|
13 |
def respond(
|