Spaces:
Running
Running
salomonsky
commited on
Commit
•
1ccd57a
1
Parent(s):
efe075b
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ try:
|
|
15 |
credentials = yaml.safe_load(file)
|
16 |
except Exception as e:
|
17 |
st.error(f"Error al cargar el archivo de configuración: {e}")
|
18 |
-
|
19 |
|
20 |
MAX_SEED = np.iinfo(np.int32).max
|
21 |
client = AsyncInferenceClient()
|
|
|
15 |
credentials = yaml.safe_load(file)
|
16 |
except Exception as e:
|
17 |
st.error(f"Error al cargar el archivo de configuración: {e}")
|
18 |
+
credentials = {"username": "", "password": ""}
|
19 |
|
20 |
MAX_SEED = np.iinfo(np.int32).max
|
21 |
client = AsyncInferenceClient()
|