Update app.py
Browse files
app.py
CHANGED
@@ -152,8 +152,8 @@ if __name__ == "__main__":
|
|
152 |
import uvicorn
|
153 |
|
154 |
# Create and launch Gradio interface
|
155 |
-
|
156 |
-
|
157 |
|
158 |
# Start FastAPI server
|
159 |
-
uvicorn.run(app, host="0.0.0.0", port=8000)
|
|
|
152 |
import uvicorn
|
153 |
|
154 |
# Create and launch Gradio interface
|
155 |
+
## demo = create_gradio_interface()
|
156 |
+
## demo.launch(server_name="0.0.0.0", server_port=7860)
|
157 |
|
158 |
# Start FastAPI server
|
159 |
+
#uvicorn.run(app, host="0.0.0.0", port=8000)
|