Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
from transformers import pipeline, T5Tokenizer, T5ForConditionalGeneration
|
|
|
3 |
import requests
|
4 |
|
5 |
# Configura tu token de Hugging Face directamente aquí
|
|
|
1 |
import gradio as gr
|
2 |
from transformers import pipeline, T5Tokenizer, T5ForConditionalGeneration
|
3 |
+
import os
|
4 |
import requests
|
5 |
|
6 |
# Configura tu token de Hugging Face directamente aquí
|