Update app.py
Browse files
app.py
CHANGED
@@ -63,8 +63,8 @@
|
|
63 |
# if __name__ == "__main__":
|
64 |
# demo.launch()
|
65 |
|
66 |
-
import gradio as gr
|
67 |
-
from huggingface_hub import InferenceClient
|
68 |
|
69 |
"""
|
70 |
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
|
|
|
63 |
# if __name__ == "__main__":
|
64 |
# demo.launch()
|
65 |
|
66 |
+
# import gradio as gr
|
67 |
+
# from huggingface_hub import InferenceClient
|
68 |
|
69 |
"""
|
70 |
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
|