Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-

|
2 |
-
|
3 |
import gradio as gr
|
4 |
from huggingface_hub import InferenceClient
|
5 |
|
@@ -44,3 +42,6 @@ with gr.Blocks() as demo:
|
|
44 |
if __name__ == "__main__":
|
45 |
demo.launch(show_api=False, share=False)
|
46 |
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
from huggingface_hub import InferenceClient
|
3 |
|
|
|
42 |
if __name__ == "__main__":
|
43 |
demo.launch(show_api=False, share=False)
|
44 |
|
45 |
+
|
46 |
+
|
47 |
+

|