Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ def process_text_to_csv(input_text):
|
|
76 |
def upload_to_huggingface():
|
77 |
try:
|
78 |
dataset = Dataset.from_parquet(parquet_file)
|
79 |
-
dataset.push_to_hub("
|
80 |
except Exception as e:
|
81 |
log_error(f"Error uploading to Hugging Face: {str(e)}")
|
82 |
raise
|
|
|
76 |
def upload_to_huggingface():
|
77 |
try:
|
78 |
dataset = Dataset.from_parquet(parquet_file)
|
79 |
+
dataset.push_to_hub("universeofml/DeepFocus-X3", token=HF_TOKEN)
|
80 |
except Exception as e:
|
81 |
log_error(f"Error uploading to Hugging Face: {str(e)}")
|
82 |
raise
|