Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -157,7 +157,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue", secondary_hue="sky"),
|
|
157 |
)
|
158 |
|
159 |
|
160 |
-
|
161 |
# Launch the app
|
162 |
if __name__ == "__main__":
|
163 |
app.launch(server_name="0.0.0.0", server_port=7860, share=True)
|
|
|
157 |
)
|
158 |
|
159 |
|
160 |
+
|
161 |
# Launch the app
|
162 |
if __name__ == "__main__":
|
163 |
app.launch(server_name="0.0.0.0", server_port=7860, share=True)
|