Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -197,7 +197,7 @@ with gr.Blocks() as interface:
|
|
| 197 |
return files # This should be a list of filenames
|
| 198 |
|
| 199 |
iface = gr.Interface(fn=list_files_in_folder, inputs=[], outputs="json")
|
| 200 |
-
iface.launch()
|
| 201 |
|
| 202 |
|
| 203 |
interface.launch()
|
|
|
|
| 197 |
return files # This should be a list of filenames
|
| 198 |
|
| 199 |
iface = gr.Interface(fn=list_files_in_folder, inputs=[], outputs="json")
|
| 200 |
+
# iface.launch()
|
| 201 |
|
| 202 |
|
| 203 |
interface.launch()
|