Spaces:
Runtime error
Runtime error
SMeyersMrOvkill
commited on
Commit
·
1c50ddf
1
Parent(s):
4b2e1d6
v0.6
Browse files
app.py
CHANGED
|
@@ -143,5 +143,5 @@ with gr.Blocks() as demo:
|
|
| 143 |
|
| 144 |
demo.launch(debug=True, share=True)
|
| 145 |
"""
|
| 146 |
-
with gr.TabbedInterface(if_simple_description) as ifc:
|
| 147 |
ifc.launch(share=False, server_host="0.0.0.0", server_port=7860)
|
|
|
|
| 143 |
|
| 144 |
demo.launch(debug=True, share=True)
|
| 145 |
"""
|
| 146 |
+
with gr.TabbedInterface([if_simple_description], ["Prompt & Image 2 Text"]) as ifc:
|
| 147 |
ifc.launch(share=False, server_host="0.0.0.0", server_port=7860)
|