maxmon
commited on
Commit
·
a79752a
1
Parent(s):
83fc87d
fix: 依赖
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
|
@@ -32,4 +32,4 @@ if __name__ == '__main__':
|
|
| 32 |
# for txt in txts:
|
| 33 |
# results.append(text_classification(txt, ['好评', '差评']))
|
| 34 |
demo = gr.Interface(fn=auto_anno, inputs=[input1, input2, radio, checkbox], outputs=[output])
|
| 35 |
-
demo.launch(share=
|
|
|
|
| 32 |
# for txt in txts:
|
| 33 |
# results.append(text_classification(txt, ['好评', '差评']))
|
| 34 |
demo = gr.Interface(fn=auto_anno, inputs=[input1, input2, radio, checkbox], outputs=[output])
|
| 35 |
+
demo.launch(share=False)
|
requirements.txt
CHANGED
|
@@ -1,2 +1,2 @@
|
|
| 1 |
openai
|
| 2 |
-
gradio
|
|
|
|
| 1 |
openai
|
| 2 |
+
gradio==3.11
|