Update app.py
Browse files
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"]]
|