Fetching metadata from the HF Docker repository...
|
@@ -1,5 +1,5 @@
|
1
|
##! pip install gradio
|
2
|
-
install gradio_client
|
3
|
import gradio as gr
|
4
|
|
5
|
def hello_world(name):
|
|
|
1
|
##! pip install gradio
|
2
|
+
import gradio_client
|
3
|
import gradio as gr
|
4
|
|
5
|
def hello_world(name):
|