Update app.py
Browse files
app.py
CHANGED
@@ -59,8 +59,7 @@ def generate(file, temperature, max_new_tokens, top_p, repetition_penalty):
|
|
59 |
|
60 |
# CSV dosyasını okuyup byte olarak döndür
|
61 |
with open("synthetic_data.csv", "rb") as file:
|
62 |
-
return file.read()
|
63 |
-
|
64 |
gr.Interface(
|
65 |
fn=generate,
|
66 |
inputs=[
|
|
|
59 |
|
60 |
# CSV dosyasını okuyup byte olarak döndür
|
61 |
with open("synthetic_data.csv", "rb") as file:
|
62 |
+
return file.read()
|
|
|
63 |
gr.Interface(
|
64 |
fn=generate,
|
65 |
inputs=[
|