Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ def create_jsonl(csv_file):
|
|
32 |
|
33 |
return output
|
34 |
|
35 |
-
demo = gr.Interface(fn=create_jsonl,inputs=gr.File(),outputs=
|
36 |
demo.launch()
|
37 |
|
38 |
|
|
|
32 |
|
33 |
return output
|
34 |
|
35 |
+
demo = gr.Interface(fn=create_jsonl,inputs=gr.File(),outputs=gr.File(), title=f"jsonl converter",)
|
36 |
demo.launch()
|
37 |
|
38 |
|