Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ with gr.Blocks() as demo:
|
|
95 |
|
96 |
@app.route('/')
|
97 |
def index():
|
98 |
-
return demo.launch(inline=True)
|
99 |
|
100 |
if __name__ == "__main__":
|
101 |
app.run()
|
|
|
95 |
|
96 |
@app.route('/')
|
97 |
def index():
|
98 |
+
return demo.launch(share=True,inline=True)
|
99 |
|
100 |
if __name__ == "__main__":
|
101 |
app.run()
|