Spaces:
Runtime error
Runtime error
Commit
·
d3c10c0
1
Parent(s):
8df822a
fixing error in app.py - share=True not allowed in demo.launch
Browse files
app.py
CHANGED
|
@@ -54,5 +54,5 @@ demo = gr.Interface(
|
|
| 54 |
examples=[[os.path.join(dirpath, x),"what is this document"] for x in os.listdir(dirpath)],
|
| 55 |
)
|
| 56 |
|
| 57 |
-
demo.launch(
|
| 58 |
|
|
|
|
| 54 |
examples=[[os.path.join(dirpath, x),"what is this document"] for x in os.listdir(dirpath)],
|
| 55 |
)
|
| 56 |
|
| 57 |
+
demo.launch()
|
| 58 |
|