Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ read_key = os.environ.get('HF_TOKEN', None)
|
|
| 6 |
|
| 7 |
print("gradio version:", gr.__version__)
|
| 8 |
|
| 9 |
-
client = Client("
|
| 10 |
|
| 11 |
def respond(
|
| 12 |
message,
|
|
|
|
| 6 |
|
| 7 |
print("gradio version:", gr.__version__)
|
| 8 |
|
| 9 |
+
client = Client("Prometheus12/mlai")
|
| 10 |
|
| 11 |
def respond(
|
| 12 |
message,
|