Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
from huggingface_hub import InferenceClient
|
| 2 |
import gradio as gr
|
| 3 |
|
|
@@ -141,4 +143,4 @@ with gr.Blocks(theme="ocean") as demo:
|
|
| 141 |
|
| 142 |
# Launch the app
|
| 143 |
if __name__ == "__main__":
|
| 144 |
-
demo.launch()
|
|
|
|
| 1 |
+
import re
|
| 2 |
+
import json
|
| 3 |
from huggingface_hub import InferenceClient
|
| 4 |
import gradio as gr
|
| 5 |
|
|
|
|
| 143 |
|
| 144 |
# Launch the app
|
| 145 |
if __name__ == "__main__":
|
| 146 |
+
demo.launch()
|