root commited on
Commit
5529872
2 Parent(s): 6b6b530 1e541e6

Merge branch 'main' of https://github.com/spookyuser/stablepod into main

Browse files
Files changed (1) hide show
  1. app.py +2 -9
app.py CHANGED
@@ -130,18 +130,11 @@ iface = gr.Interface(
130
  gr.Number(label="Run for (in seconds)"),
131
  ],
132
  outputs="video",
133
- examples=[
134
- [
135
- "A podcast clip",
136
- None,
137
- "https://open.spotify.com/episode/31u9tI8t5IFrdv3QhZtPHI",
138
- 50,
139
- 60,
140
- ]
141
- ],
142
  )
143
 
144
  if __name__ == "__main__":
 
 
145
  subprocess.call(
146
  [
147
  "git",
 
130
  gr.Number(label="Run for (in seconds)"),
131
  ],
132
  outputs="video",
 
 
 
 
 
 
 
 
 
133
  )
134
 
135
  if __name__ == "__main__":
136
+ # Show gradio version
137
+ print(f"Gradio version: {gr.__version__}")
138
  subprocess.call(
139
  [
140
  "git",