Spaces:
Sleeping
Sleeping
SpicyMelonYT
commited on
Commit
·
0925243
1
Parent(s):
cd28955
imported os cause before I was dumb
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ import gradio as gr
|
|
2 |
from huggingface_hub import InferenceClient
|
3 |
from transformers import AutoModelForCausalLM, Trainer, TrainingArguments
|
4 |
from datasets import load_dataset
|
|
|
5 |
|
6 |
"""
|
7 |
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
|
|
|
2 |
from huggingface_hub import InferenceClient
|
3 |
from transformers import AutoModelForCausalLM, Trainer, TrainingArguments
|
4 |
from datasets import load_dataset
|
5 |
+
import os
|
6 |
|
7 |
"""
|
8 |
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
|