davidberenstein1957 HF staff commited on
Commit
81202b7
1 Parent(s): 4106f96

fix app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -1,8 +1,3 @@
1
- import os
2
-
3
  from synthetic_dataset_generator import launch
4
 
5
- os.environ["BASE_URL"] = "http://localhost:11434/v1"
6
- os.environ["MODEL"] = "llama3.1"
7
-
8
  launch()
 
 
 
1
  from synthetic_dataset_generator import launch
2
 
 
 
 
3
  launch()