Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
YaTharThShaRma999
/
Space
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
YaTharThShaRma999
commited on
May 17, 2024
Commit
130172d
·
verified
·
1 Parent(s):
e37b851
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -1,6 +1,7 @@
1
import gradio as gr
2
import sys
3
-
4
def execute_code(code):
5
try:
6
exec(code)
1
import gradio as gr
2
import sys
3
+
import os
4
+
os.system("pip install -U gradio")
5
def execute_code(code):
6
try:
7
exec(code)