Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -152,10 +152,5 @@ with gr.Blocks(
|
|
| 152 |
|
| 153 |
# Launch configuration
|
| 154 |
if __name__ == "__main__":
|
| 155 |
-
demo.launch(
|
| 156 |
-
|
| 157 |
-
debug=True,
|
| 158 |
-
server_name="0.0.0.0",
|
| 159 |
-
server_port=7860,
|
| 160 |
-
show_error=True
|
| 161 |
-
)
|
|
|
|
| 152 |
|
| 153 |
# Launch configuration
|
| 154 |
if __name__ == "__main__":
|
| 155 |
+
demo.launch()
|
| 156 |
+
File 2: requirements.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|