Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -30,4 +30,4 @@ with gr.Blocks() as demo:
|
|
30 |
gr.Interface(fn=format_response, inputs="text", outputs="text", title="Response Formatter")
|
31 |
|
32 |
if __name__ == "__main__":
|
33 |
-
demo.launch(
|
|
|
30 |
gr.Interface(fn=format_response, inputs="text", outputs="text", title="Response Formatter")
|
31 |
|
32 |
if __name__ == "__main__":
|
33 |
+
demo.launch(share=True)
|