Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -155,7 +155,7 @@ with gr.Blocks(title="hi") as app2:
|
|
| 155 |
|
| 156 |
demo = gr.TabbedInterface([app2], [ "Interview"])
|
| 157 |
|
| 158 |
-
demo.launch(share=
|
| 159 |
debug=False,
|
| 160 |
)
|
| 161 |
|
|
|
|
| 155 |
|
| 156 |
demo = gr.TabbedInterface([app2], [ "Interview"])
|
| 157 |
|
| 158 |
+
demo.launch(share=False,
|
| 159 |
debug=False,
|
| 160 |
)
|
| 161 |
|