Update app.py
Browse files
app.py
CHANGED
@@ -141,4 +141,4 @@ with gr.Blocks() as demo:
|
|
141 |
demo.launch(debug=True, share=True)
|
142 |
"""
|
143 |
with gr.TabbedInterface([ifc], ["Prompt & Image 2 Text"]) as ifc:
|
144 |
-
ifc.launch(share=False
|
|
|
141 |
demo.launch(debug=True, share=True)
|
142 |
"""
|
143 |
with gr.TabbedInterface([ifc], ["Prompt & Image 2 Text"]) as ifc:
|
144 |
+
ifc.launch(share=False)
|