asalhi85 commited on
Commit
e6e7a87
1 Parent(s): b6cf98f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import os
2
  os.system("pip uninstall -y gradio")
3
- os.system("pip install gradio==2.6.4")
4
  import gradio as gr
5
  # Creating a gradio app using the inferene API
6
  # gr.Markdown("<h1><center>HuggingGPT</center></h1>")
 
1
  import os
2
  os.system("pip uninstall -y gradio")
3
+ os.system("pip install gradio==3.45.0")
4
  import gradio as gr
5
  # Creating a gradio app using the inferene API
6
  # gr.Markdown("<h1><center>HuggingGPT</center></h1>")