Spaces:
Sleeping
Sleeping
Commit ·
ccbda2b
1
Parent(s): 4f22514
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
from flask import Flask, request, jsonify
|
| 2 |
#import streamlit as st
|
| 3 |
from langchain import PromptTemplate, LLMChain
|
|
|
|
| 1 |
+
import uvicorn
|
| 2 |
+
import gunicorn
|
| 3 |
from flask import Flask, request, jsonify
|
| 4 |
#import streamlit as st
|
| 5 |
from langchain import PromptTemplate, LLMChain
|