Spaces:
Sleeping
Sleeping
samsonleegh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -125,5 +125,6 @@ def retreive(question):
|
|
125 |
return str(streaming_response) #+ "\n" + str(sources)
|
126 |
|
127 |
demo = gr.Interface(fn=retreive, inputs="textbox", outputs="textbox")
|
128 |
-
|
129 |
-
|
|
|
|
125 |
return str(streaming_response) #+ "\n" + str(sources)
|
126 |
|
127 |
demo = gr.Interface(fn=retreive, inputs="textbox", outputs="textbox")
|
128 |
+
|
129 |
+
if __name__ == "__main__":
|
130 |
+
demo.launch(share=True)
|