Spaces:
Runtime error
Runtime error
File size: 386 Bytes
f5f8852 0a01b14 f5f8852 0a01b14 f5f8852 49b442c f5f8852 0a01b14 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
import gradio as gr
from huggingface_hub import InferenceClient
from aiwrite.gradgui import app
"""
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
"""
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
if __name__ == "__main__":
# demo.launch()
app.main() |