Spaces:
Build error
Build error
Commit ·
a644ba9
1
Parent(s): 61c192c
commit
Browse files
app.py
CHANGED
|
@@ -15,6 +15,10 @@ import gradio as gr
|
|
| 15 |
#!/usr/bin/env python3
|
| 16 |
import csv, re, sys
|
| 17 |
from pathlib import Path
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
def parse_time_to_srt(t):
|
| 20 |
s = str(t).strip()
|
|
|
|
| 15 |
#!/usr/bin/env python3
|
| 16 |
import csv, re, sys
|
| 17 |
from pathlib import Path
|
| 18 |
+
import requests
|
| 19 |
+
|
| 20 |
+
requests.get('https://github.com/Jameshskelton/fonts/raw/refs/heads/main/P052-Roman.ttf')
|
| 21 |
+
|
| 22 |
|
| 23 |
def parse_time_to_srt(t):
|
| 24 |
s = str(t).strip()
|