Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -102,4 +102,4 @@ io = gr.Interface(generate_files,
|
|
| 102 |
outputs=["text", "text", "text", "text", "text"])
|
| 103 |
|
| 104 |
# Launch the Gradio interface
|
| 105 |
-
io.launch(
|
|
|
|
| 102 |
outputs=["text", "text", "text", "text", "text"])
|
| 103 |
|
| 104 |
# Launch the Gradio interface
|
| 105 |
+
io.launch()
|