Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -10,8 +10,6 @@ from huggingface_hub import AsyncInferenceClient
|
|
10 |
import asyncio
|
11 |
from moviepy.editor import ImageSequenceClip
|
12 |
|
13 |
-
st.set_page_config(layout="wide")
|
14 |
-
|
15 |
try:
|
16 |
with open("config.yaml", "r") as file:
|
17 |
credentials = yaml.safe_load(file)
|
|
|
10 |
import asyncio
|
11 |
from moviepy.editor import ImageSequenceClip
|
12 |
|
|
|
|
|
13 |
try:
|
14 |
with open("config.yaml", "r") as file:
|
15 |
credentials = yaml.safe_load(file)
|