jracca commited on
Commit
b7459c8
·
1 Parent(s): 3e5a9fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -1,3 +1,8 @@
 
 
 
 
 
1
  import gradio as gr
2
  from transformers import pipeline
3
  title = "Transformers 📗 Sentence to Paragraph ❤️ For Mindfulness"
 
1
+ import os
2
+
3
+ os.system("pip uninstall -y gradio")
4
+ os.system("pip install gradio==3.1.5")
5
+
6
  import gradio as gr
7
  from transformers import pipeline
8
  title = "Transformers 📗 Sentence to Paragraph ❤️ For Mindfulness"