akhaliq HF staff commited on
Commit
6968b8c
·
1 Parent(s): 77cb5d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  import gradio as gr
2
 
3
  examples=[["My name is Lewis and I like to"],["The weather today is"]]
 
1
+ import os
2
+ os.system("pip install gradio==2.9b11")
3
  import gradio as gr
4
 
5
  examples=[["My name is Lewis and I like to"],["The weather today is"]]