Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import pandas as pd
|
2 |
import gradio as gr
|
3 |
-
import
|
4 |
|
5 |
def compare_csv_files():
|
6 |
with open("fish-speech-1.4.csv", "w", encoding="utf-8") as f: f.write(requests.get("https://drive.usercontent.google.com/u/0/uc?id=1pgw8k5ZtzvmSIGJxnXnVM6bLQJ2A40LO&export=download").content)
|
|
|
1 |
import pandas as pd
|
2 |
import gradio as gr
|
3 |
+
import requests
|
4 |
|
5 |
def compare_csv_files():
|
6 |
with open("fish-speech-1.4.csv", "w", encoding="utf-8") as f: f.write(requests.get("https://drive.usercontent.google.com/u/0/uc?id=1pgw8k5ZtzvmSIGJxnXnVM6bLQJ2A40LO&export=download").content)
|