Spaces:
Runtime error
Runtime error
Reshinth Adithyan
commited on
Commit
·
0102221
1
Parent(s):
e344537
Fixing Port
Browse files
app.py
CHANGED
@@ -32,4 +32,4 @@ with demo:
|
|
32 |
# iface = gr.Interface(title="Code Editor",fn=code_edit, inputs="text", outputs="text",examples=["def dataset_name():\n return 'test'"])
|
33 |
# iface.launch()
|
34 |
|
35 |
-
demo.launch(debug=True
|
|
|
32 |
# iface = gr.Interface(title="Code Editor",fn=code_edit, inputs="text", outputs="text",examples=["def dataset_name():\n return 'test'"])
|
33 |
# iface.launch()
|
34 |
|
35 |
+
demo.launch(debug=True)
|