Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import os
|
2 |
os.system("pip uninstall -y gradio")
|
3 |
-
os.system("pip install gradio==
|
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>")
|