salomonsky commited on
Commit
e3a57cc
·
verified ·
1 Parent(s): ff7db0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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)