Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
from huggingface_hub import InferenceClient
|
3 |
-
import spaces
|
4 |
import torch
|
5 |
import os
|
6 |
import platform
|
@@ -13,7 +13,7 @@ print(f"CUDA version: {torch.version.cuda}")
|
|
13 |
print(f"Python version: {platform.python_version()}")
|
14 |
print(f"Pytorch version: {torch.__version__}")
|
15 |
print(f"Gradio version: {gr. __version__}")
|
16 |
-
|
17 |
|
18 |
"""
|
19 |
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
|
|
|
1 |
import gradio as gr
|
2 |
from huggingface_hub import InferenceClient
|
3 |
+
import spaces #0.32.0
|
4 |
import torch
|
5 |
import os
|
6 |
import platform
|
|
|
13 |
print(f"Python version: {platform.python_version()}")
|
14 |
print(f"Pytorch version: {torch.__version__}")
|
15 |
print(f"Gradio version: {gr. __version__}")
|
16 |
+
|
17 |
|
18 |
"""
|
19 |
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
|