katsukiai commited on
Commit
19dd066
·
verified ·
1 Parent(s): 8b0650e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("katsukiai/DeepFocus-X3", token=HF_TOKEN)
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